/aosp12/frameworks/base/core/tests/coretests/src/android/service/notification/ |
H A D | StatusBarNotificationTest.java | 87 final LogMaker logMaker = getNotification(PKG, GROUP_ID_1, CHANNEL_ID).getLogMaker(); in testLogMaker() 108 final LogMaker logMaker = sbn.getLogMaker(); in testLogMakerNoStaleData() 111 assertNull(sbn.getLogMaker().getTaggedData(extraTag)); in testLogMakerNoStaleData() 118 final LogMaker logMaker = getNotification(PKG, builder).getLogMaker(); in testLogMakerWithCategory() 125 final LogMaker logMaker = getNotification(PKG, GROUP_ID_1, null).getLogMaker(); in testLogMakerNoChannel() 141 final LogMaker logMaker = getNotification(PKG, null, CHANNEL_ID).getLogMaker(); in testLogMakerNoGroup() 150 .getLogMaker(); in testLogMakerLongGroup() 162 sbn.getLogMaker().getTaggedData(MetricsEvent.FIELD_NOTIFICATION_GROUP_ID)); in testLogMakerOverrideGroup() 166 sbn.getLogMaker().getTaggedData(MetricsEvent.FIELD_NOTIFICATION_GROUP_ID)); in testLogMakerOverrideGroup() 177 final LogMaker logMaker = getNotification(PKG, builder).getLogMaker(); in testLogMakerWithPerson() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationBlockingHelperManager.java | 122 getLogMaker().setSubtype(MetricsEvent.BLOCKING_HELPER_TRIGGERED_BY_SYSTEM)); in perhapsShowBlockingHelper() 177 private LogMaker getLogMaker() { in getLogMaker() method in NotificationBlockingHelperManager 179 .getLogMaker() in getLogMaker()
|
H A D | NotificationInfo.java | 700 private LogMaker getLogMaker() { 703 : mSbn.getLogMaker().setCategory(MetricsEvent.NOTIFICATION_BLOCKING_HELPER); 714 return getLogMaker().setCategory(MetricsEvent.ACTION_SAVE_IMPORTANCE) 725 return getLogMaker().setCategory(MetricsEvent.ACTION_NOTE_CONTROLS)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutControllerTest.java | 334 when(row.getEntry().getSbn().getLogMaker()).thenReturn(new LogMaker( in testOnMenuShownLogging() 347 verify(row.getEntry().getSbn()).getLogMaker(); // This writes most of the log data in testOnMenuShownLogging() 355 when(row.getEntry().getSbn().getLogMaker()).thenReturn(new LogMaker( in testOnMenuClickedLogging() 369 verify(row.getEntry().getSbn()).getLogMaker(); // This writes most of the log data in testOnMenuClickedLogging()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 984 MetricsLogger.action(getLogMaker(now) in setVisibility() 1117 MetricsLogger.action(getLogMaker() in setInterruptive() 1372 public LogMaker getLogMaker(long now) { in getLogMaker() method in NotificationRecord 1373 LogMaker lm = getSbn().getLogMaker() in getLogMaker() 1411 public LogMaker getLogMaker() { in getLogMaker() method in NotificationRecord 1412 return getLogMaker(System.currentTimeMillis()); in getLogMaker() 1416 return getLogMaker().setCategory(MetricsEvent.NOTIFICATION_ITEM); in getItemLogMaker()
|
H A D | SnoozeHelper.java | 395 MetricsLogger.action(record.getLogMaker() in repost() 429 MetricsLogger.action(record.getLogMaker() in repostGroupSummary() 455 MetricsLogger.action(r.getLogMaker() in clearData()
|
H A D | NotificationManagerService.java | 1098 MetricsLogger.action(r.getLogMaker(now) 1276 mMetricsLogger.write(r.getLogMaker() 1309 LogMaker logMaker = r.getLogMaker() 1490 LogMaker logMaker = r.getLogMaker() in logSmartSuggestionsVisible() 6546 MetricsLogger.action(r.getLogMaker() 6675 MetricsLogger.action(r.getLogMaker() 7431 MetricsLogger.action(record.getLogMaker()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordTest.java | 498 final LogMaker logMaker = record.getLogMaker(timestamp); in testLogMaker() 530 final LogMaker logMaker = record.getLogMaker(timestamp); in testLogMakerImportanceApp() 554 final LogMaker logMaker = record.getLogMaker(timestamp); in testLogMakerImportanceAsst() 580 final LogMaker logMaker = record.getLogMaker(timestamp); in testLogMakerImportanceSystem() 604 final LogMaker logMaker = record.getLogMaker(timestamp); in testLogMakerImportanceUser() 632 final LogMaker logMaker = record.getLogMaker(timestamp); in testLogMakerImportanceMulti()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 457 public LogMaker getLogMaker() { in getLogMaker() method in StatusBarNotification
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 351 mMetricsLogger.write(row.getEntry().getSbn().getLogMaker() 377 mMetricsLogger.write(notificationRow.getEntry().getSbn().getLogMaker()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27179 HPLcom/android/server/notification/NotificationRecord;->getLogMaker()Landroid/metrics/LogMaker;+]Lc… 27180 HPLcom/android/server/notification/NotificationRecord;->getLogMaker(J)Landroid/metrics/LogMaker;+]L…
|