Searched refs:FLAG_EXTERNAL_STORAGE (Results 1 – 13 of 13) sorted by relevance
57 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
4396 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
17671 return (pkg.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;17675 return (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0;
311 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo1934 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()
2079 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parseBaseApkCommon()
238 appInfo.flags = ApplicationInfo.FLAG_EXTERNAL_STORAGE; in testGetCandidateVolumes_3rdParty_auto()
324 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
448 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()
2247 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked()3354 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
9790 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
11100 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000