OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEW_RINGING_CALL
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java
77
public static final int
NEW_RINGING_CALL
= 2002;
98
put(
NEW_RINGING_CALL
, "
NEW_RINGING_CALL
");
179
case
NEW_RINGING_CALL
:
258
case
NEW_RINGING_CALL
:
325
case
NEW_RINGING_CALL
:
380
case
NEW_RINGING_CALL
:
435
case
NEW_RINGING_CALL
:
CallAudioManager.java
568
CallAudioModeStateMachine.
NEW_RINGING_CALL
,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java
208
eq(CallAudioModeStateMachine.
NEW_RINGING_CALL
), captor.capture());
Completed in 3467 milliseconds