Home
last modified time | relevance | path

Searched refs:ACTION_AUDIO_CALL (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java52 static final String ACTION_AUDIO_CALL = field in CallNotificationReceiver
69 } else if (ACTION_AUDIO_CALL.equals(action)) { in onReceive()
DCallServiceNotifier.java277 final Intent intent = new Intent(CallNotificationReceiver.ACTION_AUDIO_CALL, in createIncomingAudioCall()