Searched refs:PKG_B (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/ |
D | TaskSwitchingDeviceTest.java | 45 private static final String PKG_B = "android.taskswitching.appb"; field in TaskSwitchingDeviceTest 56 getContext().registerReceiver(mReceiverB, new IntentFilter(PKG_B)); in setUp() 61 startActivity(PKG_B, ACTIVITY_B); in setUp() 83 startActivity(PKG_B, ACTIVITY_B); in testMeasureTaskSwitching()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | StorageHostTest.java | 37 private static final String PKG_B = "com.android.cts.storageapp_b"; field in StorageHostTest 66 getDevice().uninstallPackage(PKG_B); in tearDown() 123 runDeviceTests(PKG_B, CLASS, "testAllocate", user); in testVerifyStatsMultiple()
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 26 import static com.android.cts.storageapp.Utils.PKG_B; 138 final ApplicationInfo b = pm.getApplicationInfo(PKG_B, 0); in testVerifyStatsMultiple() 238 final ApplicationInfo b = pm.getApplicationInfo(PKG_B, 0); in testVerifyCategory() 263 assertMostlyEquals(0, getCacheBytes(PKG_B, user)); in testCacheClearing() 267 final long targetB = doAllocateProvider(PKG_B, 2.0, 1420070400); in testCacheClearing() 288 assertMostlyEquals(targetB, getCacheBytes(PKG_B, user)); in testCacheClearing() 301 assertMostlyEquals(targetB / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES); in testCacheClearing() 316 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES); in testCacheClearing()
|
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | StorageTest.java | 25 import static com.android.cts.storageapp.Utils.PKG_B; 128 ai = getContext().getPackageManager().getApplicationInfo(PKG_B, 0); in testVerifySpaceApi()
|
D | Utils.java | 44 public static final String PKG_B = "com.android.cts.storageapp_b"; field in Utils
|