Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DMissedCallNotificationReceiver.java32 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION = field in MissedCallNotificationReceiver
44 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) { in onReceive()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java208 intent.setAction(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION); in sendNotificationCustomComponent()
249 return new Intent(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION) in getShowMissedCallIntentForDefaultDialer()