Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java176 Pair<Uri, Integer> info = getNotificationInfo(callToNotify); in updateNotification()
214 private Pair<Uri, Integer> getNotificationInfo(@Nullable NewCall callToNotify) { in getNotificationInfo() method in DefaultVoicemailNotifier