/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SettingBase.java | 136 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
|
H A D | Settings.java | 4321 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
|
H A D | PackageManagerService.java | 21274 return (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
H A D | AppStoragePreferenceController.java | 55 (entry.info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in updateState()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 344 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo 2286 if ((flags & FLAG_EXTERNAL_STORAGE) != 0 in loadDefaultIcon() 2329 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal() 2343 return (flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0; in isInternal()
|
H A D | PackageParser.java | 1952 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parseBaseApkCommon()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | ApplicationPackageManagerTest.java | 238 appInfo.flags = ApplicationInfo.FLAG_EXTERNAL_STORAGE; in testGetCandidateVolumes_3rdParty_auto()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | PackageManagerHelper.java | 82 return info != null && (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isAppOnSdcard()
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | PackageHelper.java | 367 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | PackageManagerTests.java | 454 assertFalse((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall() 469 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in assertInstall() 1228 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) == 0); in moveFromRawResource() 1233 (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0); in moveFromRawResource()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageInfoWithoutStateUtils.java | 753 return flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
|
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
H A D | AppWidgetServiceImpl.java | 2187 if ((ri.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in addProviderLocked() 3361 if ((ai.applicationInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in updateProvidersForPackageLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 8502 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 11970 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
|