Home
last modified time | relevance | path

Searched defs:expectedState (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java501 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testInitializationWithEarpieceNoHeadsetNoBluetooth() local
509 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_WIRED_HEADSET, in testInitializationWithEarpieceAndHeadsetNoBluetooth() local
517 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testInitializationWithEarpieceAndHeadsetAndBluetooth() local
526 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testInitializationWithEarpieceAndBluetoothNoHeadset() local
535 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testInitializationWithNoEarpieceNoHeadsetNoBluetooth() local
543 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_WIRED_HEADSET, in testInitializationWithHeadsetNoBluetoothNoEarpiece() local
551 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testInitializationWithHeadsetAndBluetoothNoEarpiece() local
560 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testInitializationWithBluetoothNoHeadsetNoEarpiece() local
568 CallAudioState expectedState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testInitializationWithAvailableButInactiveBtDevice() local
587 private void initializationTestHelper(CallAudioState expectedState, in initializationTestHelper()
DCallAudioRouteTransitionTests.java340 CallAudioState expectedState = new CallAudioState(false, mParams.expectedRoute, in testActiveTransition() local
392 CallAudioState expectedState = new CallAudioState(false, expectedRoute, in testQuiescentTransition() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java63 protected void goToOverviewUnchecked(int expectedState) { in goToOverviewUnchecked()
134 protected void quickSwitchToPreviousApp(int expectedState) { in quickSwitchToPreviousApp()
DLauncherInstrumentation.java778 void swipeToState(int startX, int startY, int endX, int endY, int steps, int expectedState) { in swipeToState()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPowerManagementTest.java263 private void assertResponse(int expectedState, int expectedParam, boolean checkParam) in assertResponse()
275 private void assertResponseTransient(int expectedState, int expectedParam, boolean checkParam) in assertResponseTransient()
312 boolean waitForDisplayState(boolean expectedState) in waitForDisplayState()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTestHelpers.java106 protected void updateState(final Action action, final int expectedState, in updateState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java613 private int verifyVoiceRecognitionBroadcast(int expectedBroadcastIndex, int expectedState) { in verifyVoiceRecognitionBroadcast()
/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
DTimerFragmentTest.java675 private void assertStateEquals(Timer.State expectedState, int index) { in assertStateEquals()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java657 private void assertStateReceived(int expectedState, int expectedParam) throws Exception { in assertStateReceived()