Searched refs:sTargetPackage (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/ |
D | BroadcastResponseStatsTest.java | 144 private static String sTargetPackage; field in BroadcastResponseStatsTest 155 sTargetPackage = sContext.getPackageName(); in setUpClass() 156 sInitialAppOpMode = AppOpsUtils.getOpMode(sTargetPackage, in setUpClass() 158 AppOpsUtils.setOpMode(sTargetPackage, AppOpsManager.OPSTR_GET_USAGE_STATS, in setUpClass() 165 AppOpsUtils.setOpMode(sTargetPackage, AppOpsManager.OPSTR_GET_USAGE_STATS, in tearDownClass() 176 mUiAutomation.grantRuntimePermission(sTargetPackage, ACCESS_BROADCAST_RESPONSE_STATS); in setUp() 191 mUiAutomation.revokeRuntimePermission(sTargetPackage, ACCESS_BROADCAST_RESPONSE_STATS); in tearDown() 202 mUiAutomation.revokeRuntimePermission(sTargetPackage, ACCESS_BROADCAST_RESPONSE_STATS); in testBroadcastOptions_noPermission() 208 mUiAutomation.grantRuntimePermission(sTargetPackage, ACCESS_BROADCAST_RESPONSE_STATS); in testBroadcastOptions_noPermission() 216 mUiAutomation.revokeRuntimePermission(sTargetPackage, ACCESS_BROADCAST_RESPONSE_STATS); in testQueryBroadcastResponseStats_noPermission() [all …]
|