Searched defs:expectedState (Results 1 – 9 of 9) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 501 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()
|
D | CallAudioRouteTransitionTests.java | 340 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/ |
D | Background.java | 63 protected void goToOverviewUnchecked(int expectedState) { in goToOverviewUnchecked() 134 protected void quickSwitchToPreviousApp(int expectedState) { in quickSwitchToPreviousApp()
|
D | LauncherInstrumentation.java | 778 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/ |
D | CarPowerManagementTest.java | 263 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/ |
D | ActionTestHelpers.java | 106 protected void updateState(final Action action, final int expectedState, in updateState()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 613 private int verifyVoiceRecognitionBroadcast(int expectedBroadcastIndex, int expectedState) { in verifyVoiceRecognitionBroadcast()
|
/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/ |
D | TimerFragmentTest.java | 675 private void assertStateEquals(Timer.State expectedState, int index) { in assertStateEquals()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPowerManagementServiceTest.java | 657 private void assertStateReceived(int expectedState, int expectedParam) throws Exception { in assertStateReceived()
|