Home
last modified time | relevance | path

Searched refs:FLAG_EXTERNAL_STORAGE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DSettingBase.java57 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
DSettings.java4396 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
DPackageManagerService.java17671 return (pkg.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
17675 return (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java311 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo
1934 if ((flags & FLAG_EXTERNAL_STORAGE) != 0 in loadDefaultIcon()
1977 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()
1991 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0; in isInternal()
DPackageParser.java2079 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parseBaseApkCommon()
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationPackageManagerTest.java238 appInfo.flags = ApplicationInfo.FLAG_EXTERNAL_STORAGE; in testGetCandidateVolumes_3rdParty_auto()
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java324 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java448 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()
463 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()
1226 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0); in moveFromRawResource()
1231 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in moveFromRawResource()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2247 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked()
3354 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9790 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
/frameworks/base/non-updatable-api/
Dcurrent.txt11100 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
/frameworks/base/api/
Dcurrent.txt11100 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000