Searched refs:getConnectionState (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPan.aidl34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothPbapClient.aidl31 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothAvrcpController.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothMap.aidl34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothSap.aidl34 int getConnectionState(in BluetoothDevice device);
H A DBluetoothProfile.java206 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DIBluetoothInputDevice.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl37 int getConnectionState(in BluetoothDevice device);
H A DBluetoothManager.java98 public int getConnectionState(BluetoothDevice device, int profile) { method in class:BluetoothManager
99 if (DBG) Log.d(TAG,"getConnectionState()");
H A DBluetoothPan.java328 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
333 return mPanService.getConnectionState(device);
H A DBluetoothPbapClient.java268 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPbapClient
270 log("getConnectionState(" + device + ")");
274 return mService.getConnectionState(device);
H A DBluetoothSap.java327 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothSap
328 if (DBG) log("getConnectionState(" + device + ")");
332 return mService.getConnectionState(device);
H A DIBluetooth.aidl65 int getConnectionState(in BluetoothDevice device);
H A DBluetoothA2dpSink.java332 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dpSink
337 return mService.getConnectionState(device);
H A DBluetoothAvrcpController.java255 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothAvrcpController
260 return mService.getConnectionState(device);
H A DBluetoothMap.java301 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMap
302 if (DBG) log("getConnectionState(" + device + ")");
306 return mService.getConnectionState(device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java130 public int getConnectionState() { method in class:LocalBluetoothAdapter
131 return mAdapter.getConnectionState();
H A DMapProfile.java135 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device));
138 ? mService.getConnectionState(device)
H A DA2dpProfile.java138 return mService.getConnectionState(device);
H A DHidProfile.java118 ? mService.getConnectionState(device)
H A DPanProfile.java105 return mService.getConnectionState(device);
H A DPbapClientProfile.java170 return mService.getConnectionState(device);

Completed in 373 milliseconds

12