Home
last modified time | relevance | path

Searched refs:is_foreground_service (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLoggerImpl.java75 notificationReported.is_foreground_service, in writeNotificationReportedAtom()
H A DNotificationRecordLogger.java496 final boolean is_foreground_service; field in NotificationRecordLogger.NotificationReported
529 this.is_foreground_service = NotificationRecordLogger.isForegroundService(p.r); in NotificationReported()