Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java856 AtomicBoolean uiVerified = new AtomicBoolean(false); in testConnectionFlowWithSpecifierWithShellIdentity() local
861 uiVerified.set(true); in testConnectionFlowWithSpecifierWithShellIdentity()
921 assertThat(uiVerified.get()).isTrue(); in testConnectionFlowWithSpecifierWithShellIdentity()