Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java175 void clearNotificationIfPresent(String notifKey, String packageName, UserHandle userHandle) { in clearNotificationIfPresent() argument
176 if (TextUtils.isEmpty(notifKey)) { in clearNotificationIfPresent()
183 Log.d(TAG, "Skipping clear notification: null services, key: " + notifKey); in clearNotificationIfPresent()
188 NotificationEntry entry = mCommonNotifCollection.getEntry(notifKey); in clearNotificationIfPresent()
192 + " is null, key: " + notifKey); in clearNotificationIfPresent()
200 if (DEBUG) Log.d(TAG, "Clearing notification, key: " + notifKey + ", rank: " + rank); in clearNotificationIfPresent()
204 packageName, userHandle.getIdentifier(), notifKey, in clearNotificationIfPresent()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1187 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry() argument
1189 return createBubbleEntry(userId, notifKey, packageName, ranking, 1000, null); in createBubbleEntry()
1192 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry() argument
1194 return createBubbleEntry(userId, notifKey, packageName, ranking, 1000, locusId); in createBubbleEntry()
1206 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry() argument
1225 when(sbn.getKey()).thenReturn(notifKey); in createBubbleEntry()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt79 private val notifKey = "MyNotifKey" regex
130 notifKey,
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java492 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() argument
493 mSuppressedGroupKeys.put(groupKey, notifKey); in addSummaryToSuppress()