Home
last modified time | relevance | path

Searched refs:executeRoutingAction (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java90 executeRoutingAction(sm, BluetoothRouteManager.CONNECT_HFP, DEVICE1.getAddress()); in testConnectHfpRetryWhileNotConnected()
112 executeRoutingAction(sm, BluetoothRouteManager.BT_AUDIO_LOST, DEVICE1.getAddress()); in testAmbiguousActiveDevice()
130 executeRoutingAction(sm, BluetoothRouteManager.BT_AUDIO_LOST, DEVICE1.getAddress()); in testAudioOnDeviceWithScoOffActiveDevice()
147 executeRoutingAction(sm, BluetoothRouteManager.CONNECT_HFP, DEVICE2.getAddress()); in testConnectHfpRetryWhileConnectedToAnotherDevice()
199 static void executeRoutingAction(BluetoothRouteManager brm, int message, String in executeRoutingAction() method in BluetoothRouteManagerTest
DBluetoothRouteTransitionTests.java49 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.executeRoutingAction;
296 executeRoutingAction(sm, mParams.messageType, in testTransitions()