Searched defs:COMPONENT_ENABLED_STATE_DISABLED (Results 1 – 2 of 2) 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/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowPackageManagerTest.java | 2177 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getPackageInfo_disabledPackage_includeDisabled() local 2225 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getPackageInfoAfterT_disabledPackage_includeDisabled() local 2252 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getInstalledPackages_disabledPackage_includeDisabled() local 2286 context.getPackageName(), COMPONENT_ENABLED_STATE_DISABLED, 0); in getInstalledPackagesAfterT_disabledPackage_includeDisabled() local
|