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.java251 private boolean mIsSwitching = false; field in BleConnectionPriorityClientBaseActivity.BluetoothPowerSwitcher
262 mIsSwitching = false; in handleMessage()
272 if (!mIsSwitching) { in executeSwitching()
273 mIsSwitching = true; in executeSwitching()
DBleEncryptedClientBaseActivity.java273 private boolean mIsSwitching = false; field in BleEncryptedClientBaseActivity.BluetoothPowerSwitcher
283 if (!mIsSwitching) { in executeSwitching()
286 mIsSwitching = true; in executeSwitching()
304 mIsSwitching = false; in onReceive()
DBleClientTestBaseActivity.java473 private boolean mIsSwitching = false; field in BleClientTestBaseActivity.BluetoothPowerSwitcher
483 if (!mIsSwitching) { in executeSwitching()
486 mIsSwitching = true; in executeSwitching()
505 mIsSwitching = false; in onReceive()