Searched defs:notifKey (Results 1 – 6 of 6) sorted by relevance
175 void clearNotificationIfPresent(String notifKey, String packageName, UserHandle userHandle) { in clearNotificationIfPresent()
227 iconsDiff.groupReplacements.mapValuesNotNullTo(ArrayMap()) { (_, notifKey) -> in <lambda>() method232 for (notifKey in iconsDiff.removed) { in <lambda>() method243 for (notifKey in toAdd) { in <lambda>() constant
1356 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()1361 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()1375 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()
79 private val notifKey = "MyNotifKey" constant
99 val notifKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.NotificationIconInfo
519 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()