HomeSort by relevance Sort by last modified time
    Searched refs:connectBluetoothAudio (Results 1 - 4 of 4) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioRouteStateMachineTest.java 271 }).when(mockBluetoothRouteManager).connectBluetoothAudio(nullable(String.class));
323 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(nullable(String.class));
328 verify(mockBluetoothRouteManager, times(1)).connectBluetoothAudio(nullable(String.class));
366 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(null);
376 verify(mockBluetoothRouteManager, times(1)).connectBluetoothAudio(null);
409 }).when(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice2.getAddress());
423 verify(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice2.getAddress());
470 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(nullable(String.class));
CallAudioRouteTransitionTests.java 210 }).when(mockBluetoothRouteManager).connectBluetoothAudio(nullable(String.class));
285 .connectBluetoothAudio(nullable(String.class));
289 verify(mockBluetoothRouteManager).connectBluetoothAudio(null);
291 verify(mockBluetoothRouteManager).connectBluetoothAudio(
298 .connectBluetoothAudio(nullable(String.class));
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 524 public void connectBluetoothAudio(String address) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java     [all...]

Completed in 211 milliseconds