Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java42 static final String ACTION_CALL_SERVICE_EXIT = field in CallNotificationReceiver
61 if (ACTION_CALL_SERVICE_EXIT.equals(action)) { in onReceive()
DCallServiceNotifier.java272 final Intent intent = new Intent(CallNotificationReceiver.ACTION_CALL_SERVICE_EXIT, null, in createExitIntent()