Home
last modified time | relevance | path

Searched defs:notifKey (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt225 iconsDiff.groupReplacements.mapValuesNotNullTo(ArrayMap()) { (_, notifKey) -> in <lambda>() method
230 for (notifKey in iconsDiff.removed) { in <lambda>() method
241 for (notifKey in toAdd) { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DLaunchConversationActivity.java175 void clearNotificationIfPresent(String notifKey, String packageName, UserHandle userHandle) { in clearNotificationIfPresent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRebindingTracker.kt55 notifications.map { (notifKey, _) -> notifKey }.toSet() in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1514 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()
1519 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()
1533 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconsViewData.kt99 val notifKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.NotificationIconInfo
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt88 private val notifKey = "MyNotifKey" constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModelTest.kt253 val notifKey = "testNotifKey" in chip_positiveStartTime_connectedDisplaysFlagOn_iconIsNotifIcon() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/notification/ui/viewmodel/
DNotifChipsViewModelTest.kt172 val notifKey = "notif" in chips_onePromotedNotif_connectedDisplaysFlagEnabled_statusBarIconMatches() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java642 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()