Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java66 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices; field in PanService
93 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>(); in start()
120 if(mPanDevices != null) { in cleanup()
126 mPanDevices.clear(); in cleanup()
276 BluetoothPanDevice panDevice = mPanDevices.get(device); in getConnectionState()
324 for (BluetoothDevice device: mPanDevices.keySet()) { in getDevicesMatchingConnectionStates()
392 BluetoothPanDevice panDevice = mPanDevices.get(device); in handlePanDeviceStateChange()
445 mPanDevices.put(device, panDevice); in handlePanDeviceStateChange()
548 for (BluetoothDevice device: mPanDevices.keySet()) { in getConnectedPanDevices()
557 BluetoothPanDevice panDevice = mPanDevices.get(device); in getPanDeviceConnectionState()
[all …]