Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSuppServiceNotification.java38 public final int notificationType; field in ImsSuppServiceNotification
51 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification() argument
53 this.notificationType = notificationType; in ImsSuppServiceNotification()
63 notificationType = in.readInt(); in ImsSuppServiceNotification()
74 return "{ notificationType=" + notificationType + in toString()
90 out.writeInt(notificationType); in writeToParcel()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java147 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType, in isVisibleToListener() argument
152 return super.isVisibleToListener(sbn, notificationType, listener); in isVisibleToListener()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java539 @NotificationHelper.NotificationType int notificationType) { in getLastNotificationTime()
543 return mLastNotificationShownTime[notificationType]; in getLastNotificationTime()
549 setLastNotificationTime(notificationType, timestamp, true); in setLastNotificationTime()
560 mLastNotificationShownTime[notificationType] = timestamp; in setLastNotificationTime()
571 return mNotificationId[notificationType]; in getNotificationId()
580 mNotificationId[notificationType] = notificationId; in setNotificationId()
2382 return NOTIFICATION_TYPE_STRINGS[notificationType]; in notificationTypeToString()
2537 switch (notificationType) { in getNotificationMinInterval()
2547 int getNotificationIdIfNecessary(@NotificationType int notificationType, in getNotificationIdIfNecessary() argument
2558 settings.getLastNotificationTime(notificationType); in getNotificationIdIfNecessary()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java10344 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType,
10354 && (!nls.isTypeAllowed(notificationType)
10732 final int notificationType,
10738 notificationType,
10768 final StatusBarNotification sbn, int notificationType,
10773 notificationType,
10881 int notificationType,
10895 boolean sbnVisible = isVisibleToListener(sbn, notificationType, info)
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt16231 field public final int notificationType;