Searched refs:mPendingBondedDevices (Results 1 – 2 of 2) sorted by relevance
317 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()
81 @VisibleForTesting Set<BluetoothDevice> mPendingBondedDevices = new HashSet<>(); field in BondStateMachine157 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()