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.java76 public static final int NEW_ACTIVE_OR_DIALING_CALL = 2001; field in class:CallAudioModeStateMachine
97 put(NEW_ACTIVE_OR_DIALING_CALL, "NEW_ACTIVE_OR_DIALING_CALL");
175 case NEW_ACTIVE_OR_DIALING_CALL:
253 case NEW_ACTIVE_OR_DIALING_CALL:
322 case NEW_ACTIVE_OR_DIALING_CALL:
377 case NEW_ACTIVE_OR_DIALING_CALL:
431 case NEW_ACTIVE_OR_DIALING_CALL:
H A DCallAudioManager.java525 CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioManagerTest.java106 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
161 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
176 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
185 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());

Completed in 271 milliseconds