Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingBase.java136 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
H A DSettings.java4321 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
H A DPackageManagerService.java21274 return (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isExternal()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppStoragePreferenceController.java55 (entry.info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in updateState()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java344 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 DPackageParser.java1952 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parseBaseApkCommon()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DApplicationPackageManagerTest.java238 appInfo.flags = ApplicationInfo.FLAG_EXTERNAL_STORAGE; in testGetCandidateVolumes_3rdParty_auto()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPackageManagerHelper.java82 return info != null && (info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0; in isAppOnSdcard()
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java367 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java454 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 DPackageInfoWithoutStateUtils.java753 return flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags()
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2187 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 DActivityManagerService.java8502 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11970 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt8368 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000