HomeSort by relevance Sort by last modified time
    Searched refs:NEW_ACTIVE_OR_DIALING_CALL (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 80 public static final int NEW_ACTIVE_OR_DIALING_CALL = 2001;
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:
CallAudioManager.java 624 CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java 123 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 68 milliseconds