Home
last modified time | relevance | path

Searched refs:getConnectionState (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java111 when(mBluetoothA2dp.getConnectionState(any())).thenReturn( in isHighQualityAudioEnabled()
122 when(mBluetoothA2dp.getConnectionState(any())).thenReturn( in isHighQualityAudioEnabled()
175 when(mBluetoothA2dp.getConnectionState(any())).thenReturn( in getLabelDeviceDisconnected()
183 when(mBluetoothA2dp.getConnectionState(any())).thenReturn( in getLabelDeviceConnectedButNotHighQualityCodec()
198 when(mBluetoothA2dp.getConnectionState(any())).thenReturn( in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java134 public int getConnectionState() { in getConnectionState() method in LocalBluetoothAdapter
135 return mAdapter.getConnectionState(); in getConnectionState()
DMapProfile.java135 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device)); in getConnectionStatus()
138 ? mService.getConnectionState(device) in getConnectionStatus()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothPan.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothPbapClient.aidl31 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothMap.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothSap.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothAvrcpController.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothA2dpSink.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothMapClient.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothProfile.java219 public int getConnectionState(BluetoothDevice device); in getConnectionState() method
DIBluetoothA2dp.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothInputDevice.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothInputHost.aidl39 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DIBluetoothHeadset.aidl32 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothAvrcpController.java215 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothAvrcpController
220 return service.getConnectionState(device); in getConnectionState()
DBluetoothPan.java331 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothPan
336 return service.getConnectionState(device); in getConnectionState()
DIBluetoothHeadsetClient.aidl34 int getConnectionState(in BluetoothDevice device); in getConnectionState() method
DBluetoothPbapClient.java274 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothPbapClient
281 return service.getConnectionState(device); in getConnectionState()
DBluetoothMap.java315 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothMap
320 return service.getConnectionState(device); in getConnectionState()
DBluetoothSap.java338 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothSap
343 return service.getConnectionState(device); in getConnectionState()
DBluetoothA2dpSink.java335 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothA2dpSink
340 return service.getConnectionState(device); in getConnectionState()
DBluetoothMapClient.java281 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothMapClient
286 return service.getConnectionState(device); in getConnectionState()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java923 int state = proxy.getConnectionState(device); in connectProfile()
949 state = proxy.getConnectionState(device); in connectProfile()
1004 int state = proxy.getConnectionState(device); in disconnectProfile()
1030 state = proxy.getConnectionState(device); in disconnectProfile()
1112 int state = mPan.getConnectionState(device); in connectPanOrIncomingPanConnection()
1135 state = mPan.getConnectionState(device); in connectPanOrIncomingPanConnection()
1217 int state = mPan.getConnectionState(device); in disconnectFromRemoteOrVerifyConnectNap()
1239 state = mPan.getConnectionState(device); in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteDescriptor.java155 public int getConnectionState() { in getConnectionState() method in MediaRouteDescriptor
320 result.append(", connectionState=").append(getConnectionState()); in toString()

123