HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_EXTERNAL_STORAGE (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 262 public static final int FLAG_EXTERNAL_STORAGE = 1<<18;
527 if ((flags & FLAG_EXTERNAL_STORAGE) != 0
PackageParser.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
InstalledAppDetails.java 236 } else if ((mAppInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
735 int moveFlags = (mAppInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0 ?
ManageApplications.java 626 if ((appInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
703 if ((appInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 378 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0);
380 assertTrue((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0);
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 907 milliseconds