Searched refs:assertAtLeast (Results 1 – 3 of 3) sorted by relevance
99 protected void assertAtLeast(String sysctl, int a, int b) { in assertAtLeast() method in ProcNetTest118 assertAtLeast(SPI_TIMEOUT_SYSCTL, value, MIN_ACQ_EXPIRES); in testMinAcqExpires()
28 import static com.android.cts.storageapp.Utils.assertAtLeast;101 assertAtLeast(expectedTotal, actualTotal); in testVerifySummary()105 assertAtLeast(expectedFree, actualFree); in testVerifySummary()
81 public static void assertAtLeast(long expected, long actual) { in assertAtLeast() method in Utils