Searched refs:FLAG_EXTERNAL_STORAGE (Results 1 – 13 of 13) sorted by relevance
32 … int pkgWithoutStateFlags = flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
358 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo2473 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()
1989 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parseBaseApkCommon()
278 appInfo.flags = ApplicationInfo.FLAG_EXTERNAL_STORAGE; in testGetCandidateVolumes_3rdParty_auto()
366 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
466 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()
514 return (getFlags() & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
4881 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
936 … int pkgWithoutStateFlags = flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
2609 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked()3933 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
12182 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000