Searched defs:COMPONENT_ENABLED_STATE_DISABLED (Results 1 – 3 of 3) sorted by relevance
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/pm/ |
D | PackageManagerTest.java | 211 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, DONT_KILL_APP); in getPackageInfo_disabledApplication_stillReturned_below24() local 236 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, DONT_KILL_APP); in getPackageInfo_disabledApplication_stillReturned_after24() local 253 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, DONT_KILL_APP); in getPackageInfo_disabledApplication_withFlags_returnedEverything() local 271 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, DONT_KILL_APP); in getApplicationInfo_disabledApplication_stillReturnedWithNoFlags() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPackageManagerTest.java | 570 COMPONENT_ENABLED_STATE_DISABLED, in getApplicationInfo_uninstalledApplication_includeUninstalled() local 585 COMPONENT_ENABLED_STATE_DISABLED, in getApplicationInfo_uninstalledApplication_dontIncludeUninstalled() local 601 COMPONENT_ENABLED_STATE_DISABLED, in getApplicationInfo_disabledApplication_includeDisabled() local 1484 COMPONENT_ENABLED_STATE_DISABLED, in getPackageInfo_uninstalledPackage_includeUninstalled() local 1499 COMPONENT_ENABLED_STATE_DISABLED, in getPackageInfo_uninstalledPackage_dontIncludeUninstalled() local 1515 COMPONENT_ENABLED_STATE_DISABLED, in getPackageInfo_disabledPackage_includeDisabled() local 1530 COMPONENT_ENABLED_STATE_DISABLED, in getInstalledPackages_uninstalledPackage_includeUninstalled() local 1542 COMPONENT_ENABLED_STATE_DISABLED, in getInstalledPackages_uninstalledPackage_dontIncludeUninstalled() local 1552 COMPONENT_ENABLED_STATE_DISABLED, in getInstalledPackages_disabledPackage_includeDisabled() local
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPackageManagerTest.java | 2111 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getPackageInfo_disabledPackage_includeDisabled() local 2159 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getPackageInfoAfterT_disabledPackage_includeDisabled() local 2186 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getInstalledPackages_disabledPackage_includeDisabled() local 2220 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getInstalledPackagesAfterT_disabledPackage_includeDisabled() local
|