Searched refs:connectBluetoothAudio (Results 1 – 4 of 4) sorted by relevance
290 }).when(mockBluetoothRouteManager).connectBluetoothAudio(nullable(String.class)); in testUserBluetoothSwitchOffAndOnAgain()343 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(nullable(String.class)); in testBluetoothRinging()348 verify(mockBluetoothRouteManager, times(1)).connectBluetoothAudio(nullable(String.class)); in testBluetoothRinging()387 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(null); in testConnectBluetoothDuringRinging()397 verify(mockBluetoothRouteManager, times(1)).connectBluetoothAudio(null); in testConnectBluetoothDuringRinging()431 }).when(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice2.getAddress()); in testConnectSpecificBluetoothDevice()445 verify(mockBluetoothRouteManager).connectBluetoothAudio(bluetoothDevice2.getAddress()); in testConnectSpecificBluetoothDevice()494 .connectBluetoothAudio(eq(bluetoothDevice1.getAddress())); in testFocusChangeWithAlreadyActiveBtDevice()
220 }).when(mockBluetoothRouteManager).connectBluetoothAudio(nullable(String.class)); in setupMocksForParams()305 .connectBluetoothAudio(nullable(String.class)); in testActiveTransition()309 verify(mockBluetoothRouteManager).connectBluetoothAudio(null); in testActiveTransition()311 verify(mockBluetoothRouteManager).connectBluetoothAudio( in testActiveTransition()318 .connectBluetoothAudio(nullable(String.class)); in testActiveTransition()849 verify(mockBluetoothRouteManager, never()).connectBluetoothAudio(nullable(String.class)); in verifyNoSystemAudioChanges()
1619 mBluetoothRouteManager.connectBluetoothAudio(connectedDevice.getAddress()); in setBluetoothOn()1624 mBluetoothRouteManager.connectBluetoothAudio(address); in setBluetoothOn()
534 public void connectBluetoothAudio(String address) { in connectBluetoothAudio() method in BluetoothRouteManager