Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java90 public void updateNotification(Uri newCallUri) { in updateNotification() argument
146 if (newCallUri != null && newCallUri.equals(newCall.voicemailUri)) { in updateNotification()
151 if (newCallUri != null && callToNotify == null) { in updateNotification()
152 Log.e(TAG, "The new call could not be found in the call log: " + newCallUri); in updateNotification()
DVoicemailNotifier.java34 public void updateNotification(Uri newCallUri); in updateNotification() argument