Searched refs:FLAG_EXTERNAL_STORAGE (Results 1 – 10 of 10) sorted by relevance
49 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
9106 return (pkg.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()9110 return (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()11476 … pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in processPendingMove()11478 … pkg.applicationInfo.flags &= ~ApplicationInfo.FLAG_EXTERNAL_STORAGE; in processPendingMove()
2887 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
269 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo703 if ((flags & FLAG_EXTERNAL_STORAGE) != 0 in loadDefaultIcon()
1016 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parsePackage()
447 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()469 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall()1721 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0); in moveFromRawResource()1726 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in moveFromRawResource()
1345 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked()1977 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProvidersForPackageLocked()2015 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
377 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_EXTERNAL_STORAGE
10322 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
7022 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000