OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInstallLocation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ApplicationSettings.java
43
private ListPreference
mInstallLocation
;
58
getPreferenceScreen().removePreference(
mInstallLocation
);
61
mInstallLocation
= (ListPreference) findPreference(KEY_APP_INSTALL_LOCATION);
66
getPreferenceScreen().removePreference(
mInstallLocation
);
68
mInstallLocation
.setValue(getAppInstallLocation());
69
mInstallLocation
.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
94
mInstallLocation
.setValue(value);
/packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java
87
int
mInstallLocation
;
96
mInstallLocation
= mPm.getInstallLocation();
114
if (
mInstallLocation
== PackageHelper.APP_INSTALL_EXTERNAL) {
[
all
...]
Completed in 42 milliseconds