OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_INSTALL_SDCARD
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ApplicationSettings.java
36
private static final int
APP_INSTALL_SDCARD
= 2;
85
Settings.Secure.DEFAULT_INSTALL_LOCATION,
APP_INSTALL_SDCARD
);
128
} else if (selectedLocation ==
APP_INSTALL_SDCARD
) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java
61
private static final int
APP_INSTALL_SDCARD
= PackageHelper.APP_INSTALL_EXTERNAL;
342
} else if (userPref ==
APP_INSTALL_SDCARD
) {
[
all
...]
Completed in 29 milliseconds