Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt104 callNotificationInfo == null && isCallNotification(entry) || in <lambda>()
442 private fun isCallNotification(entry: NotificationEntry): Boolean { in isCallNotification() method
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6386 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
/frameworks/base/services/
Dart-wear-profile16159 PLcom/android/server/notification/NotificationManagerService;->isCallNotification(Ljava/lang/String…