OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_INSTALL_DEVICE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ApplicationSettings.java
35
private static final int
APP_INSTALL_DEVICE
= 1;
82
Settings.Secure.DEFAULT_INSTALL_LOCATION,
APP_INSTALL_DEVICE
);
126
if (selectedLocation ==
APP_INSTALL_DEVICE
) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java
60
private static final int
APP_INSTALL_DEVICE
= PackageHelper.APP_INSTALL_INTERNAL;
337
if (userPref ==
APP_INSTALL_DEVICE
) {
[
all
...]
Completed in 23 milliseconds