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.java59 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
DSettings.java4520 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java321 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo
2036 if ((flags & FLAG_EXTERNAL_STORAGE) != 0 in loadDefaultIcon()
2079 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()
2093 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0; in isInternal()
DPackageParser.java1935 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.java370 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java452 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()
467 (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/core/java/android/content/pm/parsing/
DPackageInfoWithoutStateUtils.java679 return flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2295 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked()
3416 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10405 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
/frameworks/base/api/
Dcurrent.txt11463 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000