Home
last modified time | relevance | path

Searched refs:NotificationRecordLogger (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java127 NotificationRecordLogger.NotificationRecordPair p = getNotificationRecordPair( in testGetGroupIdHash()
141 assertFalse(NotificationRecordLogger.isForegroundService(p.r)); in testIsForegroundService()
145 assertTrue(NotificationRecordLogger.isForegroundService(p.r)); in testIsForegroundService()
158 assertTrue(NotificationRecordLogger.isNonDismissible(p.r)); in testIsNonDismissible_hasFlagNoDismiss_shouldReturnTrue()
170 assertFalse(NotificationRecordLogger.isNonDismissible(p.r)); in testIsNonDismissible_noFlagNoDismiss_shouldReturnFalse()
175 final int fsiState = NotificationRecordLogger.getFsiState( in testGetFsiState_stickyHunFlagDisabled_zero()
185 final int fsiState = NotificationRecordLogger.getFsiState( in testGetFsiState_isUpdate_zero()
195 final int fsiState = NotificationRecordLogger.getFsiState( in testGetFsiState_hasFsi_allowedEnum()
205 final int fsiState = NotificationRecordLogger.getFsiState( in testGetFsiState_fsiPermissionDenied_deniedEnum()
215 final int fsiState = NotificationRecordLogger.getFsiState( in testGetFsiState_noFsi_noFsiEnum()
[all …]
H A DNotificationRecordLoggerFake.java34 class NotificationRecordLoggerFake implements NotificationRecordLogger {
96 NotificationReported nr = NotificationRecordLogger.super.prepareToLogNotificationPosted(r, in prepareToLogNotificationPosted()
H A DTestableNotificationManagerService.java48 TestableNotificationManagerService(Context context, NotificationRecordLogger logger, in TestableNotificationManagerService()
H A DNotificationManagerServiceTest.java4121 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeNonGrouped()
4172 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_fellowChildren()
4174 assertEquals(NotificationRecordLogger.NotificationCancelledEvent in testSnoozeRunnable_snoozeGroupChild_fellowChildren()
4198 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
4203 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
4226 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_noOthersInGroup()
4257 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeAutoGroupChild_summaryNotSnoozed()
6799 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_OPEN, in testOnNotificationVisibilityChanged_triggersVisibilityLog()
6810 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLOSE, in testOnNotificationVisibilityChanged_triggersVisibilityLog()
8626 assertEquals(NotificationRecordLogger.NotificationCancelledEvent in testCancelNotificationsFromListener_cancelsNonBubble()
[all …]
H A DRoleObserverTest.java116 NotificationRecordLogger logger, in TestableNotificationManagerService()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java51 interface NotificationRecordLogger { interface
520 this.importance = NotificationRecordLogger.getLoggingImportance(p.r); in NotificationReported()
529 this.is_foreground_service = NotificationRecordLogger.isForegroundService(p.r); in NotificationReported()
531 this.is_non_dismissible = NotificationRecordLogger.isNonDismissible(p.r); in NotificationReported()
542 this.fsi_state = NotificationRecordLogger.getFsiState(isStickyHunFlagEnabled, in NotificationReported()
547 this.age_in_minutes = NotificationRecordLogger.getAgeInMinutes( in NotificationReported()
H A DNotificationRecordLoggerImpl.java30 class NotificationRecordLoggerImpl implements NotificationRecordLogger {
H A DNotificationManagerService.java693 private NotificationRecordLogger mNotificationRecordLogger;
1153 NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLICKED, r);
1195 NotificationRecordLogger.NotificationEvent.fromAction(actionIndex,
1240 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN);
1252 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
1349 NotificationRecordLogger.NotificationEvent.fromExpanded(expanded,
1602 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SMART_REPLY_VISIBLE, in logSmartSuggestionsVisible()
2055 NotificationRecordLogger notificationRecordLogger, in NotificationManagerService()
7580 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, r);
8011 NotificationRecordLogger.NotificationReported maybeReport =
[all …]
H A DNotificationRecord.java1050 NotificationRecordLogger notificationRecordLogger) { in setVisibility()
/aosp14/frameworks/base/services/
H A Dart-profile5191 …nManagerService$WorkerHandler;]Lcom/android/server/notification/NotificationRecordLogger;Lcom/andr…
5290 …/NotificationRecord;->setVisibility(ZIILcom/android/server/notification/NotificationRecordLogger;)V
5295 HSPLcom/android/server/notification/NotificationRecordLogger$NotificationRecordPair;-><init>(Lcom/a…
5296 HSPLcom/android/server/notification/NotificationRecordLogger$NotificationRecordPair;->getInstanceId…
5297 HSPLcom/android/server/notification/NotificationRecordLogger$NotificationRecordPair;->getNotificati…
5298 HSPLcom/android/server/notification/NotificationRecordLogger$NotificationRecordPair;->shouldLogRepo…
5299 HSPLcom/android/server/notification/NotificationRecordLogger;->getLoggingImportance(Lcom/android/se…
5302 …oid/server/notification/NotificationRecordLogger$NotificationRecordPair;Lcom/android/server/notifi…