Searched refs:FLAG_EXTERNAL_STORAGE (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingBase.java46 | ApplicationInfo.FLAG_EXTERNAL_STORAGE);
H A DSettings.java4252 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
H A DPackageManagerService.java15407 return (pkg.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
15411 return (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java296 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in class:ApplicationInfo
420 * {@link #FLAG_RESTORE_ANY_VERSION}, {@link #FLAG_EXTERNAL_STORAGE},
1110 if ((flags & FLAG_EXTERNAL_STORAGE) != 0
1158 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0;
1164 && (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
H A DPackageParser.java1706 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE;
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java475 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java449 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0);
470 + ") should contain FLAG_EXTERNAL_STORAGE",
471 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0);
1636 assertTrue("ApplicationInfo.FLAG_EXTERNAL_STORAGE flag should NOT be set",
1637 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0);
1641 assertTrue("ApplicationInfo.FLAG_EXTERNAL_STORAGE flag should be set",
1642 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2109 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
3182 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java14019 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {

Completed in 367 milliseconds