HomeSort by relevance Sort by last modified time
    Searched refs:PKG_B (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 26 import static com.android.cts.storageapp.Utils.PKG_B;
139 final ApplicationInfo b = pm.getApplicationInfo(PKG_B, 0);
242 final ApplicationInfo b = pm.getApplicationInfo(PKG_B, 0);
267 assertMostlyEquals(0, getCacheBytes(PKG_B, user));
271 final long targetB = doAllocateProvider(PKG_B, 2.0, 1420070400);
292 assertMostlyEquals(targetB, getCacheBytes(PKG_B, user));
305 assertMostlyEquals(targetB / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES);
320 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
StorageHostTest.java 44 private static final String PKG_B = "com.android.cts.storageapp_b";
73 getDevice().uninstallPackage(PKG_B);
140 runDeviceTests(PKG_B, CLASS, "testAllocate", user);
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 27 import static com.android.cts.storageapp.Utils.PKG_B;
121 ai = getContext().getPackageManager().getApplicationInfo(PKG_B, 0);
Utils.java 44 public static final String PKG_B = "com.android.cts.storageapp_b";

Completed in 135 milliseconds