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.java165 if (!shouldManageNotificationThroughDefaultDialer(userHandle)) { in clearMissedCalls()
217 private boolean shouldManageNotificationThroughDefaultDialer(UserHandle userHandle) { in shouldManageNotificationThroughDefaultDialer() method in MissedCallNotifierImpl
279 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in showMissedCallNotification()
396 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in cancelMissedCallNotification()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java447 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in maybeSendVoicemailNotificationUsingDefaultDialer()
487 private boolean shouldManageNotificationThroughDefaultDialer(UserHandle userHandle) { in shouldManageNotificationThroughDefaultDialer() method in NotificationMgr