Searched refs:mProxies (Results 1 – 1 of 1) sorted by relevance
92 private final Map<BluetoothDevice, RemoteProxy> mProxies = new HashMap<>(); field in BluetoothDeviceService282 mProxies.put(device, proxy); in addDevice()310 mProxies.remove(device); in removeDevice()624 return mProxies.get(device); in getRemoteProxy()