Home
last modified time | relevance | path

Searched refs:isCallNotification (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt92 if (callNotificationInfo == null && isCallNotification(entry) ||
396 private fun isCallNotification(entry: NotificationEntry): Boolean { regex
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5816 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
/aosp14/frameworks/base/services/
H A Dart-profile5194 HSPLcom/android/server/notification/NotificationManagerService;->isCallNotification(Ljava/lang/Stri…