Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java183 if (!shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in clearMissedCalls()
239 private boolean shouldManageNotificationThroughDefaultDialer(String dialerPackage, in shouldManageNotificationThroughDefaultDialer() method in MissedCallNotifierImpl
335 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in showMissedCallNotification()
457 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in cancelMissedCallNotification()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java473 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in maybeSendVoicemailNotificationUsingDefaultDialer()
516 private boolean shouldManageNotificationThroughDefaultDialer(UserHandle userHandle) { in shouldManageNotificationThroughDefaultDialer() method in NotificationMgr