Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DRttManager.java922 private static CountDownLatch sConnected; field in RttManager
964 sConnected = new CountDownLatch(1); in init()
970 sConnected.await(); in init()
1050 sConnected.countDown(); in handleMessage()
DWifiScanner.java786 private static CountDownLatch sConnected; field in WifiScanner
826 sConnected = new CountDownLatch(1); in init()
832 sConnected.await(); in init()
947 sConnected.countDown(); in handleMessage()
DWifiManager.java620 private static CountDownLatch sConnected; field in WifiManager
1902 sConnected.countDown();
2015 sConnected = new CountDownLatch(1);
2021 sConnected.await();