Searched refs:PKG_C (Results 1 – 3 of 3) sorted by relevance
60 private static final String PKG_C = "com.android.cts.storageapp_c"; field in StorageHostTest102 getDevice().uninstallPackage(PKG_C); in tearDown()
28 import static com.android.cts.storageapp.Utils.PKG_C;176 final ApplicationInfo appInfo = pm.getApplicationInfo(PKG_C, 0); in testVerifyStatsByDataType()186 final StorageStats as = stats.queryStatsForPackage(UUID_DEFAULT, PKG_C, user); in testVerifyStatsByDataType()200 File curProfile = new File(new File(CUR_PROFILES_BASE_DIR + appInfo.uid + "/", PKG_C), in testVerifyStatsByDataType()
45 public static final String PKG_C = "com.android.cts.storageapp_c"; field in Utils