HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionState (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /system/bt/binder/android/bluetooth/
IBluetoothPbap.aidl 29 int getConnectionState(in BluetoothDevice device);
IBluetoothPan.aidl 34 int getConnectionState(in BluetoothDevice device);
IBluetoothPbapClient.aidl 31 int getConnectionState(in BluetoothDevice device);
IBluetoothA2dpSink.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothAvrcpController.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothHearingAid.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothMap.aidl 34 int getConnectionState(in BluetoothDevice device);
IBluetoothSap.aidl 34 int getConnectionState(in BluetoothDevice device);
IBluetoothHidDevice.aidl 38 int getConnectionState(in BluetoothDevice device);
IBluetoothHidHost.aidl 32 int getConnectionState(in BluetoothDevice device);
IBluetoothMapClient.aidl 34 int getConnectionState(in BluetoothDevice device);
IBluetoothA2dp.aidl 34 int getConnectionState(in BluetoothDevice device);
IBluetoothHeadset.aidl 34 int getConnectionState(in BluetoothDevice device);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidServiceTest.java 343 mService.getConnectionState(mLeftDevice));
350 mService.getConnectionState(mLeftDevice));
374 mService.getConnectionState(mLeftDevice));
378 mService.getConnectionState(mRightDevice));
438 mService.getConnectionState(mSingleDevice));
463 mService.getConnectionState(mLeftDevice));
467 mService.getConnectionState(mRightDevice));
481 mService.getConnectionState(mLeftDevice));
494 mService.getConnectionState(mRightDevice));
512 mService.getConnectionState(mLeftDevice))
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java 55 public int getConnectionState(BluetoothDevice device) {
56 return mBluetoothHeadset.getConnectionState(device);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
PbapStateMachineTest.java 99 mPbapStateMachine.getConnectionState());
112 mPbapStateMachine.getConnectionState());
125 mPbapStateMachine.getConnectionState());
138 mPbapStateMachine.getConnectionState());
145 mPbapStateMachine.getConnectionState());
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpServiceTest.java 384 mA2dpService.getConnectionState(mTestDevice));
391 mA2dpService.getConnectionState(mTestDevice));
413 mA2dpService.getConnectionState(mTestDevice));
425 mA2dpService.getConnectionState(mTestDevice));
437 mA2dpService.getConnectionState(mTestDevice));
449 mA2dpService.getConnectionState(mTestDevice));
478 mA2dpService.getConnectionState(testDevice));
490 mA2dpService.getConnectionState(testDevice));
519 mA2dpService.getConnectionState(mTestDevice));
526 mA2dpService.getConnectionState(mTestDevice))
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
PhonePolicyTest.java 211 when(mHeadsetService.getConnectionState(bondedDevices[1])).thenReturn(
230 when(mHeadsetService.getConnectionState(bondedDevices[1])).thenReturn(
242 when(mHeadsetService.getConnectionState(bondedDevices[1])).thenReturn(
244 when(mA2dpService.getConnectionState(bondedDevices[1])).thenReturn(
288 when(mA2dpService.getConnectionState(bondedDevices[0])).thenReturn(
348 when(mA2dpService.getConnectionState(a2dpNotConnectedDevice1)).thenReturn(
350 when(mA2dpService.getConnectionState(a2dpNotConnectedDevice2)).thenReturn(
436 when(mHeadsetService.getConnectionState(testDevices[0])).thenReturn(
438 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn(
441 when(mHeadsetService.getConnectionState(testDevices[1])).thenReturn
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceTest.java 135 doReturn(BluetoothProfile.STATE_DISCONNECTED).when(stateMachine).getConnectionState();
178 mHeadsetService.getConnectionState(mCurrentDevice));
250 when(mStateMachines.get(mCurrentDevice).getConnectionState()).thenReturn(
253 mHeadsetService.getConnectionState(mCurrentDevice));
254 when(mStateMachines.get(mCurrentDevice).getConnectionState()).thenReturn(
257 mHeadsetService.getConnectionState(mCurrentDevice));
287 when(mStateMachines.get(mCurrentDevice).getConnectionState()).thenReturn(
290 mHeadsetService.getConnectionState(mCurrentDevice));
300 when(mStateMachines.get(mCurrentDevice).getConnectionState()).thenReturn(
303 mHeadsetService.getConnectionState(mCurrentDevice))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 109 int connectionState = mStateMachine.getConnectionState(device);
125 int connectionState = mStateMachine.getConnectionState(device);
145 int getConnectionState(BluetoothDevice device) {
147 return mStateMachine.getConnectionState(device);
295 public int getConnectionState(BluetoothDevice device) {
300 return service.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 250 public int getConnectionState(BluetoothDevice device) {
255 return service.getConnectionState(device);
492 int connectionState = sm.getConnectionState(device);
508 if (sm != null && sm.getConnectionState(bd) == BluetoothProfile.STATE_CONNECTED) {
521 if (sm != null && sm.getConnectionState(bd) == state) {
529 private synchronized int getConnectionState(BluetoothDevice device) {
533 return sm.getConnectionState(device);
563 int connectionState = sm.getConnectionState(device);
578 int connectionState = sm.getConnectionState(device);
637 int connectionState = sm.getConnectionState(device)
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
A2dpProfileTest.java 105 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
116 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
169 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
177 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
192 when(mBluetoothA2dp.getConnectionState(any())).thenReturn(
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 135 if (getConnectionState(device) == BluetoothProfile.STATE_CONNECTED) {
215 public int getConnectionState(BluetoothDevice device) {
220 return service.getConnectionState(device);
316 int currentDeviceState = stateMachineEntry.getValue().getConnectionState();
327 int getConnectionState(BluetoothDevice device) {
336 return pbapClientStateMachine.getConnectionState(device);
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 254 public int getConnectionState(BluetoothDevice device);
  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 117 public int getConnectionState() {
380 state = devInfo.getConnectionState();
394 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTING) {
409 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
433 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
463 mDeviceInfoList.get(mConnectionInfo.mDeviceIndex).getConnectionState()
788 switch (devInfo.getConnectionState()) {

Completed in 505 milliseconds

1 2 3 4 5 6 7