Searched refs:isCallNotification (Results 1 – 3 of 3) sorted by relevance
92 if (callNotificationInfo == null && isCallNotification(entry) ||396 private fun isCallNotification(entry: NotificationEntry): Boolean { regex
5816 return isCallNotification(pkg, uid);7401 if (isBlocked && !(n.isMediaNotification() || isCallNotification(pkg, uid, n))) {7413 private boolean isCallNotification(String pkg, int uid, Notification n) {7415 return isCallNotification(pkg, uid);7420 private boolean isCallNotification(String pkg, int uid) {7930 boolean isCallNotification = isCallNotification(pkg, uid);7943 boolean isCallNotificationAndCorrectStyle = isCallNotification
5194 HSPLcom/android/server/notification/NotificationManagerService;->isCallNotification(Ljava/lang/Stri…