Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java69 public static final String ACTION_CALL_BACK_FROM_MISSED_CALL_NOTIFICATION = field in CallLogNotificationsService
174 case ACTION_CALL_BACK_FROM_MISSED_CALL_NOTIFICATION: in onHandleIntent()
DMissedCallNotifier.java470 intent.setAction(CallLogNotificationsService.ACTION_CALL_BACK_FROM_MISSED_CALL_NOTIFICATION); in createCallBackPendingIntent()