Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotificationReceiver.java34 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION = field in MissedCallNotificationReceiver
45 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) { in onReceive()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java279 TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION, COMPONENT_NAME); in setupMissedCallNotificationThroughDefaultDialer()
683 TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION, in testDialerHandleMissedCall()
767 TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION, COMPONENT_NAME); in enableDialerHandlesMissedCall()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java235 return new Intent(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION) in getShowMissedCallIntentForDefaultDialer()