Home
last modified time | relevance | path

Searched refs:shouldHaveQuota (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java29 import static com.android.cts.storageapp.Utils.shouldHaveQuota;
62 if (shouldHaveQuota(Os.uname())) { in testFullDisk()
DUtils.java172 public static boolean shouldHaveQuota(StructUtsname uname) throws Exception { in shouldHaveQuota() method in Utils
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java33 import static com.android.cts.storageapp.Utils.shouldHaveQuota;
85 if (shouldHaveQuota(uname)) { in testVerifyQuota()