Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DConnectivityConstraintTest.java199 receiver.waitForStateChange()); in connectToWiFi()
219 disconnectWifiReceiver.waitForStateChange()); in disconnectWifiToConnectToMobile()
221 connectMobileReceiver.waitForStateChange()); in disconnectWifiToConnectToMobile()
278 public boolean waitForStateChange() throws InterruptedException { in waitForStateChange() method in ConnectivityConstraintTest.ConnectivityActionReceiver
/cts/tests/tests/net/src/android/net/http/cts/
DApacheHttpClientTest.java150 receiver.waitForStateChange()); in connectToWifi()
169 assertTrue(disconnectWifiReceiver.waitForStateChange()); in disconnectWifiToConnectToMobile()
170 assertTrue(connectMobileReceiver.waitForStateChange()); in disconnectWifiToConnectToMobile()
202 public boolean waitForStateChange() throws InterruptedException { in waitForStateChange() method in ApacheHttpClientTest.ConnectivityActionReceiver