Home
last modified time | relevance | path

Searched refs:notifKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineLogger.kt36 fun logManagedRow(notifKey: String) { in logManagedRow()
38 str1 = notifKey in logManagedRow()
44 fun logRequestPipelineRun(notifKey: String) { in logRequestPipelineRun()
46 str1 = notifKey in logRequestPipelineRun()
52 fun logRequestPipelineRowNotSet(notifKey: String) { in logRequestPipelineRowNotSet()
54 str1 = notifKey in logRequestPipelineRowNotSet()
60 fun logStartPipeline(notifKey: String) { in logStartPipeline()
62 str1 = notifKey in logStartPipeline()
68 fun logFinishedPipeline(notifKey: String, numCallbacks: Int) { in logFinishedPipeline()
70 str1 = notifKey in logFinishedPipeline()
DRowContentBindStageLogger.kt27 fun logStageParams(notifKey: String, stageParams: String) { in logStageParams()
29 str1 = notifKey in logStageParams()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java845 private NotificationEntry createBubbleEntry(int userId, String notifKey, String packageName) { in createBubbleEntry() argument
846 return createBubbleEntry(userId, notifKey, packageName, 1000); in createBubbleEntry()
858 private NotificationEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry() argument
871 when(sbn.getKey()).thenReturn(notifKey); in createBubbleEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java316 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() argument
317 mSuppressedGroupKeys.put(groupKey, notifKey); in addSummaryToSuppress()