Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeTransitionTests.java345 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
421 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
516 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
573 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
872 CallAudioModeStateMachine.ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, // initialAudioS in generateTestCases()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java133 public static final int ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING = 5; field in CallAudioModeStateMachine
165 put(ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING, "ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING");
205 case ENTER_TONE_OR_HOLD_FOCUS_FOR_TESTING: in processMessage()