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.java319 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentPendingDevice()
320 mBondStateMachine.mPendingBondedDevices.add(mDevice); in testSendIntentPendingDevice()
326 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentPendingDevice()
327 mBondStateMachine.mPendingBondedDevices.add(mDevice); in testSendIntentPendingDevice()
336 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentNoPendingDevice()
342 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentNoPendingDevice()
350 mBondStateMachine.mPendingBondedDevices.clear(); in testSendIntentBle()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java93 @VisibleForTesting Set<BluetoothDevice> mPendingBondedDevices = new HashSet<>(); field in BondStateMachine
170 if (mPendingBondedDevices.contains(dev)) { in processMessage()
393 if (mPendingBondedDevices.contains(device)) { in sendIntent()
394 mPendingBondedDevices.remove(device); in sendIntent()
423 if (!mPendingBondedDevices.contains(device)) { in sendIntent()
424 mPendingBondedDevices.add(device); in sendIntent()