Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeStateMachineTest.java109 sm.sendMessage(CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING); in testNoFocusWhenRingerSilenced()
140 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
159 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
178 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java74 public static final int ABANDON_FOCUS_FOR_TESTING = 6; field in CallAudioModeStateMachine
97 put(ABANDON_FOCUS_FOR_TESTING, "ABANDON_FOCUS_FOR_TESTING");
134 case ABANDON_FOCUS_FOR_TESTING: in processMessage()