Searched refs:mIsBluetoothConnected (Results 1 – 1 of 1) sorted by relevance
46 private final AtomicBoolean mIsBluetoothConnected = new AtomicBoolean(false); field in WifiGlobals123 mIsBluetoothConnected.set(false); in setBluetoothEnabled()129 mIsBluetoothConnected.set(isConnected); in setBluetoothConnected()134 return mIsBluetoothConnected.get(); in isBluetoothConnected()223 pw.println("mIsBluetoothConnected=" + mIsBluetoothConnected.get()); in dump()