Home
last modified time | relevance | path

Searched refs:GET_DISABLED_COMPONENTS (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DComponentTest.java22 import static android.content.pm.PackageManager.GET_DISABLED_COMPONENTS;
140 mDisabledActivityIntent, GET_DISABLED_COMPONENTS); in testResolveDisabledActivity()
171 GET_DISABLED_COMPONENTS); in testQueryDisabledActivity()
209 GET_DISABLED_COMPONENTS); in testGetDisabledActivityInfo()
267 GET_DISABLED_COMPONENTS); in testDisableActivity()
287 mDisabledServiceIntent, GET_DISABLED_COMPONENTS); in testResolveDisabledService()
318 GET_DISABLED_COMPONENTS); in testQueryDisabledService()
356 GET_DISABLED_COMPONENTS); in testGetDisabledServiceInfo()
410 GET_DISABLED_COMPONENTS); in testDisableService()
428 GET_DISABLED_COMPONENTS); in testQueryDisabledReceiver()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageParser.java240 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
252 || (flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
261 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
273 || (flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
282 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
294 || (flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
303 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
315 || (flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in generatePackageInfo()
DPackageManager.java129 public static final int GET_DISABLED_COMPONENTS = 0x00000200; field in PackageManager
/frameworks/base/services/java/com/android/server/pm/
DSettings.java1930 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) { in isEnabledLPr()
DPackageManagerService.java1167 PackageManager.GET_DISABLED_COMPONENTS); in getRequiredVerifierLPr()
5478 PackageManager.GET_DISABLED_COMPONENTS); in handleStartCopy()
/frameworks/base/api/
Dcurrent.txt6258 field public static final int GET_DISABLED_COMPONENTS = 512; // 0x200
D14.txt6258 field public static final int GET_DISABLED_COMPONENTS = 512; // 0x200