Searched defs:PKG_A (Results 1 – 2 of 2) sorted by relevance
43 private static final String PKG_A = "com.android.cts.storageapp_a"; field in StorageHostTest209 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG_A, CLASS, "testTweakComponent"); in testFullDisk() local216 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG_A, CLASS, "testClearSpace"); in testFullDisk() local
43 public static final String PKG_A = "com.android.cts.storageapp_a"; field in Utils