Searched refs:assertGet (Results 1 – 2 of 2) sorted by relevance
314 assertGet(visible, false, flags); in assertGetUnaware()318 assertGet(visible, true, flags); in assertGetAware()329 private void assertGet(boolean visible, boolean aware, int flags) throws Exception { in assertGet() method in EncryptionAppTest
74 private fun <T> CompletableFuture<T>.assertGet(timeoutMs: Long, message: String): T { in assertGet() method165 val network = wifiNetworkFuture.assertGet(WIFI_CONNECT_TIMEOUT_MS, in testCaptivePortalIsNotDefaultNetwork()