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.java228 private boolean mIsSwitching = false; field in BleConnectionPriorityClientBaseActivity.BluetoothPowerSwitcher
237 if (!mIsSwitching) { in executeSwitching()
240 mIsSwitching = true; in executeSwitching()
263 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.java443 private boolean mIsSwitching = false; field in BleClientTestBaseActivity.BluetoothPowerSwitcher
452 if (!mIsSwitching) { in executeSwitching()
455 mIsSwitching = true; in executeSwitching()
478 mIsSwitching = false; in onReceive()