Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java278 private Map<String, CallerInfo> mBondAttemptCallerInfo = new HashMap<>(); field in AdapterService
2733 service.mBondAttemptCallerInfo.remove(device.getAddress()); in removeBond()
4835 mBondAttemptCallerInfo.put(device.getAddress(), createBondCaller); in createBond()
5031 if (mBondAttemptCallerInfo.containsKey(device.getAddress())) { in canBondWithoutDialog()
5032 CallerInfo bondCallerInfo = mBondAttemptCallerInfo.get(device.getAddress()); in canBondWithoutDialog()
5046 CallerInfo info = mBondAttemptCallerInfo.get(device.getAddress()); in getPackageNameOfBondingApplication()