Home
last modified time | relevance | path

Searched refs:mPendingBondedDevices (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java317 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentPendingDevice()
318 mBondStateMachine.mPendingBondedDevices.add(mDevice); in testSendIntentPendingDevice()
324 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentPendingDevice()
325 mBondStateMachine.mPendingBondedDevices.add(mDevice); in testSendIntentPendingDevice()
334 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentNoPendingDevice()
340 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentNoPendingDevice()
348 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentBle()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java81 @VisibleForTesting Set<BluetoothDevice> mPendingBondedDevices = new HashSet<>(); field in BondStateMachine
157 if (mPendingBondedDevices.contains(dev)) { in processMessage()
372 if (mPendingBondedDevices.contains(device)) { in sendIntent()
373 mPendingBondedDevices.remove(device); in sendIntent()
402 if (!mPendingBondedDevices.contains(device)) { in sendIntent()
403 mPendingBondedDevices.add(device); in sendIntent()