Home
last modified time | relevance | path

Searched refs:assertGet (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java314 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
/cts/tests/tests/net/src/android/net/cts/
DCaptivePortalTest.kt74 private fun <T> CompletableFuture<T>.assertGet(timeoutMs: Long, message: String): T { in assertGet() method
165 val network = wifiNetworkFuture.assertGet(WIFI_CONNECT_TIMEOUT_MS, in testCaptivePortalIsNotDefaultNetwork()