Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityClientBaseActivity.java267 private boolean mIsSwitching = false; field in BleConnectionPriorityClientBaseActivity.BluetoothPowerSwitcher
276 if (!mIsSwitching) { in executeSwitching()
279 mIsSwitching = true; in executeSwitching()
302 mIsSwitching = false; in onReceive()
DBleEncryptedClientBaseActivity.java259 private boolean mIsSwitching = false; field in BleEncryptedClientBaseActivity.BluetoothPowerSwitcher
268 if (!mIsSwitching) { in executeSwitching()
271 mIsSwitching = true; in executeSwitching()
293 mIsSwitching = false; in onReceive()
DBleClientTestBaseActivity.java428 private boolean mIsSwitching = false; field in BleClientTestBaseActivity.BluetoothPowerSwitcher
437 if (!mIsSwitching) { in executeSwitching()
440 mIsSwitching = true; in executeSwitching()
463 mIsSwitching = false; in onReceive()