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.java326 private static CountDownLatch sConnected; field in RttManager
368 sConnected = new CountDownLatch(1); in init()
374 sConnected.await(); in init()
453 sConnected.countDown(); in handleMessage()
DWifiScanner.java607 private static CountDownLatch sConnected; field in WifiScanner
647 sConnected = new CountDownLatch(1); in init()
653 sConnected.await(); in init()
768 sConnected.countDown(); in handleMessage()
DWifiManager.java556 private static CountDownLatch sConnected; field in WifiManager
1749 sConnected.countDown(); in handleMessage()
1862 sConnected = new CountDownLatch(1); in init()
1868 sConnected.await(); in init()