Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/parsing/
DAppInfoUtils.java32 … int pkgWithoutStateFlags = flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java358 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo
2473 if ((flags & FLAG_EXTERNAL_STORAGE) != 0 in loadDefaultIcon()
2517 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()
2531 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0; in isInternal()
DPackageParser.java1989 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parseBaseApkCommon()
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationPackageManagerTest.java278 appInfo.flags = ApplicationInfo.FLAG_EXTERNAL_STORAGE; in testGetCandidateVolumes_3rdParty_auto()
/frameworks/base/core/java/com/android/internal/content/
DInstallLocationUtils.java366 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerTests.java466 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()
481 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()
1242 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0); in moveFromRawResource()
1247 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in moveFromRawResource()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java514 return (getFlags() & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
DSettings.java4881 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java936 … int pkgWithoutStateFlags = flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2609 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked()
3933 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
/frameworks/base/core/api/
Dcurrent.txt12182 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000