Searched refs:mBondAttemptCallerInfo (Results 1 – 1 of 1) sorted by relevance
278 private Map<String, CallerInfo> mBondAttemptCallerInfo = new HashMap<>(); field in AdapterService2733 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()