Searched defs:expectedFocus (Results 1 - 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioModeStateMachineTest.java45 public int expectedFocus; // one of the FOCUS_* constants below field in class:CallAudioModeStateMachineTest.ModeTestParameters
52 expectedFinalStateName, int expectedFocus, int expectedMode, int
59 this.expectedFocus = expectedFocus;
73 ", expectedFocus=" + expectedFocus +
151 FOCUS_VOICE, // expectedFocus
170 FOCUS_VOICE, // expectedFocus
189 FOCUS_RING, // expectedFocus
208 NO_CHANGE, // expectedFocus
50 ModeTestParameters(String name, int initialAudioState, int messageType, CallAudioModeStateMachine.MessageArgs externalState, String expectedFinalStateName, int expectedFocus, int expectedMode, int expectedRingingInteraction, int expectedCallWaitingInteraction) argument
[all...]
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarAudioFocusSystemSoundTest.java294 public void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { argument
295 while (mLastFocusChange != expectedFocus) {
H A DCarAudioFocusTest.java524 void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { argument
525 while (mLastFocusChange != expectedFocus) {
H A DCarAudioExtFocusTest.java880 public void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { argument
881 while (mLastFocusChange != expectedFocus) {

Completed in 126 milliseconds