Searched refs:connectBluetoothAudio (Results 1 – 4 of 4) sorted by relevance
229 }).when(mockBluetoothRouteManager).connectBluetoothAudio(nullable(String.class)); in setupMocksForParams()317 .connectBluetoothAudio(nullable(String.class)); in testActiveTransition()321 verify(mockBluetoothRouteManager, atLeastOnce()).connectBluetoothAudio(null); in testActiveTransition()323 verify(mockBluetoothRouteManager).connectBluetoothAudio( in testActiveTransition()330 .connectBluetoothAudio(nullable(String.class)); in testActiveTransition()895 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(nullable(String.class)); in verifyNoSystemAudioChanges()
532 }).when(mockBluetoothRouteManager).connectBluetoothAudio(nullable(String.class)); in testUserBluetoothSwitchOffAndOnAgain()588 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(nullable(String.class)); in testBluetoothRinging()593 verify(mockBluetoothRouteManager, times(1)).connectBluetoothAudio(nullable(String.class)); in testBluetoothRinging()635 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(null); in testConnectBluetoothDuringRinging()645 verify(mockBluetoothRouteManager, times(1)).connectBluetoothAudio(null); in testConnectBluetoothDuringRinging()685 }).when(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice2.getAddress()); in testConnectSpecificBluetoothDevice()699 verify(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice2.getAddress()); in testConnectSpecificBluetoothDevice()740 }).when(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice1.getAddress()); in testCallDisconnectedWhenAudioRoutedToBluetooth()885 .connectBluetoothAudio(eq(bluetoothDevice1.getAddress())); in testFocusChangeWithAlreadyActiveBtDevice()1153 }).when(mockBluetoothRouteManager).connectBluetoothAudio(anyString()); in testIgnoreSpeakerOffMessage()
1801 mBluetoothRouteManager.connectBluetoothAudio(connectedDevice.getAddress()); in setBluetoothOn()1806 mBluetoothRouteManager.connectBluetoothAudio(address); in setBluetoothOn()
691 public void connectBluetoothAudio(String address) { in connectBluetoothAudio() method in BluetoothRouteManager