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.java175 if (!shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in clearMissedCalls()
231 private boolean shouldManageNotificationThroughDefaultDialer(String dialerPackage, in shouldManageNotificationThroughDefaultDialer() method in MissedCallNotifierImpl
324 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in showMissedCallNotification()
444 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in cancelMissedCallNotification()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java454 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in maybeSendVoicemailNotificationUsingDefaultDialer()
497 private boolean shouldManageNotificationThroughDefaultDialer(UserHandle userHandle) { in shouldManageNotificationThroughDefaultDialer() method in NotificationMgr