Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java163 void clearNotificationIfPresent(String notifKey, String packageName, UserHandle userHandle) { in clearNotificationIfPresent()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java998 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()
1012 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java386 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()