Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomBroadcastIntentProcessor.java50 public static final String ACTION_CLEAR_MISSED_CALLS = field in TelecomBroadcastIntentProcessor
121 ACTION_CLEAR_MISSED_CALLS.equals(action)) { in processIntent()
146 } else if (ACTION_CLEAR_MISSED_CALLS.equals(action)) { in processIntent()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java483 TelecomBroadcastIntentProcessor.ACTION_CLEAR_MISSED_CALLS, null, userHandle); in createClearMissedCallsPendingIntent()