Searched refs:mPanDevices (Results 1 – 1 of 1) sorted by relevance
66 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices; field in PanService93 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>(); in start()120 if(mPanDevices != null) { in cleanup()126 mPanDevices.clear(); in cleanup()277 BluetoothPanDevice panDevice = mPanDevices.get(device); in getConnectionState()325 for (BluetoothDevice device: mPanDevices.keySet()) { in getDevicesMatchingConnectionStates()393 BluetoothPanDevice panDevice = mPanDevices.get(device); in handlePanDeviceStateChange()446 mPanDevices.put(device, panDevice); in handlePanDeviceStateChange()549 for (BluetoothDevice device: mPanDevices.keySet()) { in getConnectedPanDevices()558 BluetoothPanDevice panDevice = mPanDevices.get(device); in getPanDeviceConnectionState()[all …]