Searched refs:mInstallLocation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DApplicationSettings.java43 private ListPreference mInstallLocation; field in class:ApplicationSettings
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/
H A DManageApplications.java87 int mInstallLocation; field in class:CanBeOnSdCardChecker
96 mInstallLocation = mPm.getInstallLocation();
114 if (mInstallLocation == PackageHelper.APP_INSTALL_EXTERNAL) {

Completed in 56 milliseconds