Searched refs:shouldManageNotificationThroughDefaultDialer (Results 1 – 2 of 2) sorted by relevance
183 if (!shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in clearMissedCalls()239 private boolean shouldManageNotificationThroughDefaultDialer(String dialerPackage, in shouldManageNotificationThroughDefaultDialer() method in MissedCallNotifierImpl335 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in showMissedCallNotification()457 if (shouldManageNotificationThroughDefaultDialer(dialerPackage, userHandle)) { in cancelMissedCallNotification()
473 if (shouldManageNotificationThroughDefaultDialer(userHandle)) { in maybeSendVoicemailNotificationUsingDefaultDialer()516 private boolean shouldManageNotificationThroughDefaultDialer(UserHandle userHandle) { in shouldManageNotificationThroughDefaultDialer() method in NotificationMgr