Searched refs:isCallNotification (Results 1 – 3 of 3) sorted by relevance
104 callNotificationInfo == null && isCallNotification(entry) || in <lambda>()442 private fun isCallNotification(entry: NotificationEntry): Boolean { in isCallNotification() method
6386 return isCallNotification(pkg, uid);8101 if (isBlocked && !(n.isMediaNotification() || isCallNotification(pkg, uid, n))) {8120 private boolean isCallNotification(String pkg, int uid, Notification n) {8122 return isCallNotification(pkg, uid);8127 private boolean isCallNotification(String pkg, int uid) {8659 boolean isCallNotification = isCallNotification(pkg, uid);8672 boolean isCallNotificationAndCorrectStyle = isCallNotification
16159 PLcom/android/server/notification/NotificationManagerService;->isCallNotification(Ljava/lang/String…