Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java69 private Object mWifiMonitor = new Object(); field in ConnectionUtil
331 synchronized (mWifiMonitor) { in notifyWifiState()
333 mWifiMonitor.notify(); in notifyWifiState()
501 synchronized (mWifiMonitor) { in waitForWifiState()
503 mWifiMonitor.wait(SHORT_TIMEOUT); in waitForWifiState()