Searched defs:exists (Results 1 - 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DWifiTest.java74 assertTrue(awaitNetworkState(NETWORK_SSID, /* exists */ true));
83 * <li>If a network with SSID {@link WifiTest#NETWORK_SSID} exists, it will be deleted.</li>
96 assertTrue(awaitNetworkState(NETWORK_SSID, /* exists */ false));
100 * Verify that no network exists with a certain SSID.
105 assertTrue(awaitNetworkState(NETWORK_SSID, /* exists */ false));
109 * Block until a network configuration with a certain SSID either exists or ceases to.
113 private boolean awaitNetworkState(String ssid, boolean exists) { argument
118 if ((getNetworkForSsid(ssid) != null) == exists) {
129 * configuration exists.

Completed in 63 milliseconds