Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeStateMachineTest.java77 sm.sendMessage(CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING); in testNoFocusWhenRingerSilenced()
109 sm.sendMessage(CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING); in testNoRingWhenDeviceIsAtEar()
145 sm.sendMessage(CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING); in testRegainFocusWhenHfpIsConnectedSilenced()
189 sm.sendMessage(CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING); in testDoNotRingTwiceWhenHfpConnected()
227 sm.sendMessage(CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING); in testStartRingingAfterHfpConnectedIfNotAlreadyPlaying()
DCallAudioModeTransitionTests.java212 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
231 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
250 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
690 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioState in generateTestCases()
892 CallAudioModeStateMachine.ABANDON_FOCUS_FOR_TESTING, // initialAudioS in generateTestCases()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java135 public static final int ABANDON_FOCUS_FOR_TESTING = 7; field in CallAudioModeStateMachine
166 put(ABANDON_FOCUS_FOR_TESTING, "ABANDON_FOCUS_FOR_TESTING");
211 case ABANDON_FOCUS_FOR_TESTING: in processMessage()