Searched refs:getPanDeviceConnectionState (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java122 int getPanDeviceConnectionState(BluetoothDevice device) { method in class:BluetoothPanProfileHandler
133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) {
139 if (getPanDeviceConnectionState(panDevice) == BluetoothPan.STATE_CONNECTED) {
196 if (getPanDeviceConnectionState(device) == BluetoothPan.STATE_CONNECTED) {
207 int panDeviceState = getPanDeviceConnectionState(device);
222 int state = getPanDeviceConnectionState(device);
H A DBluetoothEventLoop.java956 int state = mBluetoothService.getPanDeviceConnectionState(device);
H A DBluetoothService.java2052 public int getPanDeviceConnectionState(BluetoothDevice device) { method in class:BluetoothService
2055 return mBluetoothPanProfileHandler.getPanDeviceConnectionState(device);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java262 return mService.getPanDeviceConnectionState(device);
H A DIBluetooth.aidl106 int getPanDeviceConnectionState(in BluetoothDevice device);

Completed in 47 milliseconds