Searched refs:mIsBluetoothConnected (Results 1 – 1 of 1) sorted by relevance
56 private final AtomicBoolean mIsBluetoothConnected = new AtomicBoolean(false); field in WifiGlobals317 mIsBluetoothConnected.set(false); in setBluetoothEnabled()323 mIsBluetoothConnected.set(isConnected); in setBluetoothConnected()328 return mIsBluetoothConnected.get(); in isBluetoothConnected()683 pw.println("mIsBluetoothConnected=" + mIsBluetoothConnected.get()); in dump()