Searched refs:shouldHaveQuota (Results 1 – 3 of 3) sorted by relevance
29 import static com.android.cts.storageapp.Utils.shouldHaveQuota;62 if (shouldHaveQuota(Os.uname())) { in testFullDisk()
172 public static boolean shouldHaveQuota(StructUtsname uname) throws Exception { in shouldHaveQuota() method in Utils
33 import static com.android.cts.storageapp.Utils.shouldHaveQuota;85 if (shouldHaveQuota(uname)) { in testVerifyQuota()