Searched defs:mPanDevices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java58 private final HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices; field in class:BluetoothPanProfileHandler
68 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>();
123 BluetoothPanDevice panDevice = mPanDevices.get(device);
138 for (BluetoothDevice panDevice: mPanDevices.keySet()) {
166 for (BluetoothDevice device: mPanDevices.keySet()) {
167 BluetoothPanDevice panDevice = mPanDevices.get(device);
195 for (BluetoothDevice device: mPanDevices.keySet()) {
206 for (BluetoothDevice device: mPanDevices.keySet()) {
228 BluetoothPanDevice panDevice = mPanDevices.get(device);
258 BluetoothPanDevice panDevice = mPanDevices
[all...]

Completed in 61 milliseconds