Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java784 Object uiLock = new Object(); in handleUiInteractions() local
786 new TestNetworkRequestMatchCallback(uiLock); in handleUiInteractions()
789 synchronized (uiLock) { in handleUiInteractions()
793 uiLock.wait(DURATION_UI_INTERACTION_MILLIS); in handleUiInteractions()
801 synchronized (uiLock) { in handleUiInteractions()
804 uiLock.wait(DURATION_UI_INTERACTION_MILLIS); in handleUiInteractions()
821 synchronized (uiLock) { in handleUiInteractions()
823 uiLock.wait(DURATION_UI_INTERACTION_MILLIS); in handleUiInteractions()