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

  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
StorageHostTest.java 43 private static final String PKG_A = "com.android.cts.storageapp_a";
72 getDevice().uninstallPackage(PKG_A);
86 runDeviceTests(PKG_A, CLASS, "testAllocate", user);
96 runDeviceTests(PKG_A, CLASS, "testVerifySpaceManual", user);
97 runDeviceTests(PKG_A, CLASS, "testVerifySpaceApi", user);
105 runDeviceTests(PKG_A, CLASS, "testVerifyQuotaApi", user);
113 runDeviceTests(PKG_A, CLASS, "testVerifyAllocateApi", user);
137 runDeviceTests(PKG_A, CLASS, "testAllocate", user);
138 runDeviceTests(PKG_A, CLASS, "testAllocate", user);
213 Utils.runDeviceTests(getDevice(), PKG_A, CLASS, "testFullDisk")
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 25 import static com.android.cts.storageapp.Utils.PKG_A;
138 final ApplicationInfo a = pm.getApplicationInfo(PKG_A, 0);
241 final ApplicationInfo a = pm.getApplicationInfo(PKG_A, 0);
266 assertMostlyEquals(0, getCacheBytes(PKG_A, user));
270 final long targetA = doAllocateProvider(PKG_A, 0.5, 1262304000);
291 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user));
304 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user));
319 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_A, user), 2 * MB_IN_BYTES);
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Utils.java 43 public static final String PKG_A = "com.android.cts.storageapp_a";

Completed in 933 milliseconds