Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java68 private static final int MISSED_CALL_NOTIFICATION_ID = 1; field in MissedCallNotifier
185 null /* tag */ , MISSED_CALL_NOTIFICATION_ID, notification, UserHandle.CURRENT); in showMissedCallNotification()
192 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION_ID); in cancelMissedCallNotification()