Searched defs:notifKey (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
D | NotificationIconContainerViewBinder.kt | 227 iconsDiff.groupReplacements.mapValuesNotNullTo(ArrayMap()) { (_, notifKey) -> in <lambda>() method 232 for (notifKey in iconsDiff.removed) { in <lambda>() method 243 for (notifKey in toAdd) { in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivity.java | 175 void clearNotificationIfPresent(String notifKey, String packageName, UserHandle userHandle) { in clearNotificationIfPresent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowControllerTest.kt | 79 private val notifKey = "MyNotifKey" constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/ |
D | NotificationIconsViewData.kt | 99 val notifKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.NotificationIconInfo
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 519 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()
|