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

123

/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 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.java219 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DIBluetoothA2dp.aidl34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothMapClient.aidl34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothInputHost.aidl39 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl34 int getConnectionState(in BluetoothDevice device);
H A DBluetoothAvrcpController.java215 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothAvrcpController
220 return mService.getConnectionState(device);
H A DBluetoothPan.java329 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
334 return mPanService.getConnectionState(device);
H A DBluetoothPbapClient.java269 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPbapClient
271 log("getConnectionState(" + device + ")");
275 return mService.getConnectionState(device);
H A DIBluetooth.aidl68 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()");
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DA2dpProfileTest.java110 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
121 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
167 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
175 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
190 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
/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 DA2dpSinkProfile.java142 return mService.getConnectionState(device);
H A DHidProfile.java118 ? mService.getConnectionState(device)
H A DMapClientProfile.java138 return mService.getConnectionState(device);
H A DPanProfile.java105 return mService.getConnectionState(device);

Completed in 288 milliseconds

123