Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/pm/
DGrantedPermissions.java49 | ApplicationInfo.FLAG_EXTERNAL_STORAGE); in setFlags()
DPackageManagerService.java9106 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()
DSettings.java2887 ApplicationInfo.FLAG_EXTERNAL_STORAGE, "EXTERNAL_STORAGE",
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java269 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in ApplicationInfo
703 if ((flags & FLAG_EXTERNAL_STORAGE) != 0 in loadDefaultIcon()
DPackageParser.java1016 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE; in parsePackage()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java447 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()
/frameworks/base/services/java/com/android/server/
DAppWidgetServiceImpl.java1345 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()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt377 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_EXTERNAL_STORAGE
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10322 if ((info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in getRunningExternalApplications()
/frameworks/base/api/
Dcurrent.txt7022 field public static final int FLAG_EXTERNAL_STORAGE = 262144; // 0x40000