Searched refs:NEW_ACTIVE_OR_DIALING_CALL (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioModeStateMachine.java80 public static final int NEW_ACTIVE_OR_DIALING_CALL = 2001; field in class:CallAudioModeStateMachine
103 put(NEW_ACTIVE_OR_DIALING_CALL, "NEW_ACTIVE_OR_DIALING_CALL");
182 case NEW_ACTIVE_OR_DIALING_CALL:
261 case NEW_ACTIVE_OR_DIALING_CALL:
336 case NEW_ACTIVE_OR_DIALING_CALL:
391 case NEW_ACTIVE_OR_DIALING_CALL:
445 case NEW_ACTIVE_OR_DIALING_CALL:
H A DCallAudioManager.java624 CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioManagerTest.java123 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
185 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
242 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
257 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
266 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());

Completed in 65 milliseconds