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