HomeSort by relevance Sort by last modified time
    Searched defs:PKG_A (Results 1 - 2 of 2) 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/StorageApp/src/com/android/cts/storageapp/
Utils.java 43 public static final String PKG_A = "com.android.cts.storageapp_a";

Completed in 256 milliseconds