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;
101 put(NEW_ACTIVE_OR_DIALING_CALL, "NEW_ACTIVE_OR_DIALING_CALL");
179 case NEW_ACTIVE_OR_DIALING_CALL:
254 case NEW_ACTIVE_OR_DIALING_CALL:
324 case NEW_ACTIVE_OR_DIALING_CALL:
379 case NEW_ACTIVE_OR_DIALING_CALL:
433 case NEW_ACTIVE_OR_DIALING_CALL:
CallAudioManager.java 582 CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java 111 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
172 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
227 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
242 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());
251 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture());

Completed in 6213 milliseconds