Home
last modified time | relevance | path

Searched refs:expectedState (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java235 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testInitializationWithEarpieceNoHeadsetNoBluetooth() local
237 initializationTestHelper(expectedState, true); in testInitializationWithEarpieceNoHeadsetNoBluetooth()
242 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_WIRED_HEADSET, in testInitializationWithEarpieceAndHeadsetNoBluetooth() local
244 initializationTestHelper(expectedState, true); in testInitializationWithEarpieceAndHeadsetNoBluetooth()
249 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testInitializationWithEarpieceAndHeadsetAndBluetooth() local
252 initializationTestHelper(expectedState, true); in testInitializationWithEarpieceAndHeadsetAndBluetooth()
257 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testInitializationWithEarpieceAndBluetoothNoHeadset() local
260 initializationTestHelper(expectedState, true); in testInitializationWithEarpieceAndBluetoothNoHeadset()
265 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testInitializationWithNoEarpieceNoHeadsetNoBluetooth() local
267 initializationTestHelper(expectedState, false); in testInitializationWithNoEarpieceNoHeadsetNoBluetooth()
[all …]
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarPowerManagementTest.java250 private void waitForDisplayState(boolean expectedState, long timeoutMs) throws Exception { in waitForDisplayState() argument
251 while (isMainDisplayOn() != expectedState) { in waitForDisplayState()
253 fail("waitForDisplayState timeout, expected:" + expectedState); in waitForDisplayState()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTestHelpers.java108 protected void updateState(final Action action, final int expectedState, in updateState() argument
111 super.updateState(action, expectedState, state); in updateState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/test/
DCarPowerManagementServiceTest.java233 private void assertStateReceived(int expectedState, int expectedParam) throws Exception { in assertStateReceived() argument
235 assertEquals(expectedState, state[0]); in assertStateReceived()