Searched refs:notifKey (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotifBindPipelineLogger.kt | 36 fun logManagedRow(notifKey: String) { in logManagedRow() 38 str1 = notifKey in logManagedRow() 44 fun logRequestPipelineRun(notifKey: String) { in logRequestPipelineRun() 46 str1 = notifKey in logRequestPipelineRun() 52 fun logRequestPipelineRowNotSet(notifKey: String) { in logRequestPipelineRowNotSet() 54 str1 = notifKey in logRequestPipelineRowNotSet() 60 fun logStartPipeline(notifKey: String) { in logStartPipeline() 62 str1 = notifKey in logStartPipeline() 68 fun logFinishedPipeline(notifKey: String, numCallbacks: Int) { in logFinishedPipeline() 70 str1 = notifKey in logFinishedPipeline()
|
D | RowContentBindStageLogger.kt | 27 fun logStageParams(notifKey: String, stageParams: String) { in logStageParams() 29 str1 = notifKey in logStageParams()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivity.java | 163 void clearNotificationIfPresent(String notifKey, String packageName, UserHandle userHandle) { in clearNotificationIfPresent() argument 164 if (TextUtils.isEmpty(notifKey)) { in clearNotificationIfPresent() 172 Log.d(TAG, "Skipping clear notification: null services, key: " + notifKey); in clearNotificationIfPresent() 177 NotificationEntry entry = mNotificationEntryManager.getPendingOrActiveNotif(notifKey); in clearNotificationIfPresent() 181 + " is null, key: " + notifKey); in clearNotificationIfPresent() 188 NotificationVisibility notifVisibility = NotificationVisibility.obtain(notifKey, in clearNotificationIfPresent() 191 if (DEBUG) Log.d(TAG, "Clearing notification, key: " + notifKey + ", rank: " + rank); in clearNotificationIfPresent() 193 packageName, userHandle.getIdentifier(), notifKey, in clearNotificationIfPresent()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 929 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry() argument 931 return createBubbleEntry(userId, notifKey, packageName, ranking, 1000); in createBubbleEntry() 943 private BubbleEntry createBubbleEntry(int userId, String notifKey, String packageName, in createBubbleEntry() argument 959 when(sbn.getKey()).thenReturn(notifKey); in createBubbleEntry()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 385 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() argument 386 mSuppressedGroupKeys.put(groupKey, notifKey); in addSummaryToSuppress()
|