Searched refs:shouldManageNotificationThroughDefaultDialer (Results 1 – 2 of 2) sorted by relevance
175 if (!shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in clearMissedCalls()231 private boolean shouldManageNotificationThroughDefaultDialer(String dialerPackage, in shouldManageNotificationThroughDefaultDialer() method in MissedCallNotifierImpl324 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in showMissedCallNotification()444 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in cancelMissedCallNotification()
454 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in maybeSendVoicemailNotificationUsingDefaultDialer()497 private boolean shouldManageNotificationThroughDefaultDialer(UserHandle userHandle) { in shouldManageNotificationThroughDefaultDialer() method in NotificationMgr