/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptLogger.kt | 61 str1 = entry.logKey 76 str1 = entry.logKey 84 str1 = entry.logKey 92 str1 = entry.logKey 100 str1 = entry.logKey 108 str1 = entry.logKey 116 str1 = entry.logKey 128 str1 = entry.logKey 143 str1 = entry.logKey 157 str1 = entry.logKey [all …]
|
H A D | HeadsUpViewBinderLogger.kt | 7 import com.android.systemui.statusbar.notification.logKey 13 str1 = entry.logKey 21 str1 = entry.logKey 29 str1 = entry.logKey 37 str1 = entry.logKey 45 str1 = entry.logKey 53 str1 = entry.logKey
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationRowLogger.kt | 40 str1 = child.logKey 41 str2 = oldParent.logKey 52 str1 = child.logKey 53 str2 = newParent.logKey 67 str1 = childEntry.logKey 68 str2 = containerEntry.logKey 80 { str1 = childEntry.logKey }, 93 str1 = childEntry.logKey 109 str1 = childEntry.logKey 110 str2 = containerEntry.logKey [all …]
|
H A D | NotifBindPipelineLogger.kt | 23 import com.android.systemui.statusbar.notification.logKey 39 str1 = entry.logKey 47 str1 = entry.logKey 55 str1 = entry.logKey 63 str1 = entry.logKey 71 str1 = entry.logKey
|
H A D | NotificationContentInflaterLogger.kt | 23 import com.android.systemui.statusbar.notification.logKey 39 { str1 = entry.logKey }, 49 str1 = entry.logKey 60 { str1 = entry.logKey }, 70 str1 = entry.logKey 82 str1 = entry.logKey 94 str1 = entry.logKey
|
H A D | RowContentBindStageLogger.kt | 23 import com.android.systemui.statusbar.notification.logKey 31 str1 = entry.logKey 40 str1 = entry.logKey
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionLogger.kt | 71 str1 = entry.logKey 88 str1 = entry.logKey 96 str1 = sbn.logKey 105 str1 = entry.logKey 113 str1 = entry.logKey 123 str1 = entry.logKey 138 str1 = child.logKey 157 str1 = entry.logKey 165 str1 = entry.logKey 195 str1 = sbn.logKey [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackStateLogger.kt | 7 import com.android.systemui.statusbar.notification.logKey 16 str1 = logKey(key) 24 str1 = logKey(key) 32 str1 = logKey(key) 40 str1 = logKey(key) 48 str1 = logKey(key) 56 str1 = logKey(key) 64 str1 = logKey(key) 71 str1 = logKey(key)
|
H A D | NotificationStackScrollLogger.kt | 12 import com.android.systemui.statusbar.notification.logKey 28 str1 = entry.logKey 50 str1 = entry.logKey 59 str1 = entry.logKey 89 str1 = entry.logKey 101 str1 = childEntry.logKey 102 str2 = containerEntry.logKey 113 str1 = childEntry.logKey 124 str1 = childEntry.logKey 140 str1 = childEntry.logKey [all …]
|
H A D | NotificationChildrenContainerLogger.kt | 23 import com.android.systemui.statusbar.notification.logKey 38 str1 = childEntry.logKey 39 str2 = containerEntry.logKey 54 str1 = childEntry.logKey 55 str2 = containerEntry.logKey
|
H A D | AmbientState.java | 19 import static com.android.systemui.statusbar.notification.NotificationUtils.logKey; 771 pw.println("mTrackedHeadsUpRow.key=" + logKey(mTrackedHeadsUpRow)); in dump()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarterLogger.kt | 27 import com.android.systemui.statusbar.notification.logKey 35 str1 = entry.logKey 43 str1 = entry.logKey 51 str1 = entry.logKey 59 str1 = entry.logKey 67 str1 = entry.logKey 77 str1 = entry.logKey 93 str1 = entry.logKey 101 str1 = entry.logKey 109 str1 = entry.logKey
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationUtils.kt | 23 val ListEntry?.logKey: String? 24 get() = this?.let { NotificationUtils.logKey(it) } 27 val StatusBarNotification?.logKey: String? 28 get() = this?.key?.let { NotificationUtils.logKey(it) } 31 fun logKey(key: String?): String? = NotificationUtils.logKey(key) regex
|
H A D | NotificationClickerLogger.kt | 30 str1 = entry.logKey 39 str1 = entry.logKey 47 str1 = entry.logKey 55 str1 = entry.logKey 63 str1 = entry.logKey
|
H A D | NotificationUtils.java | 82 public static String logKey(ListEntry entry) { in logKey() method in NotificationUtils 87 return logKey(entry.getKey()) + "@" + Integer.toHexString(entry.hashCode()); in logKey() 89 return logKey(entry.getKey()); in logKey() 94 public static String logKey(ExpandableNotificationRow row) { in logKey() method in NotificationUtils 95 return row == null ? "null" : logKey(row.getEntry()); in logKey() 99 public static String logKey(String key) { in logKey() method in NotificationUtils
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | PreparationCoordinatorLogger.kt | 24 import com.android.systemui.statusbar.notification.logKey 32 str1 = entry.logKey 40 str1 = entry.logKey 49 str1 = entry.logKey 58 str1 = group.logKey 66 str1 = group.logKey 74 str1 = group.logKey 75 str2 = child.logKey
|
H A D | PreparationCoordinator.java | 19 import static com.android.systemui.statusbar.notification.NotificationUtils.logKey; 251 mNotifInflationErrorFilter.invalidateList("onNotifInflationError for " + logKey(entry)); 257 "onNotifInflationErrorCleared for " + logKey(entry)); 383 mNotifInflatingFilter.invalidateList("onInflationFinished for " + logKey(entry));
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifInflaterLogger.kt | 24 import com.android.systemui.statusbar.notification.logKey 33 str1 = entry.logKey 41 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "inflated views for $str1" }) 49 str1 = entry.logKey 57 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "rebound views for $str1" }) 65 str1 = entry.logKey 76 { str1 = entry.logKey }, 82 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "aborting inflation for $str1" })
|
H A D | ListDumper.java | 19 import static com.android.systemui.statusbar.notification.NotificationUtils.logKey; 56 interactionTracker.hasUserInteractedWith(logKey(entry))); in dumpTree() 67 interactionTracker.hasUserInteractedWith(logKey(summary))); in dumpTree() 78 interactionTracker.hasUserInteractedWith(logKey(child))); in dumpTree() 120 .append(logKey(entry)); in dumpEntry() 124 .append(logKey(entry.getParent())) in dumpEntry() 189 .append(logKey(notifEntry.getAttachState().getSuppressedChanges() in dumpEntry()
|
H A D | NotifCollection.java | 42 import static com.android.systemui.statusbar.notification.NotificationUtils.logKey; 295 + "different stored and dismissed entries for " + logKey(entry) in dismissNotifications() 551 Log.wtf(TAG, "TRY REMOVE non-existent notification " + logKey(entry)); in tryRemoveNotification() 556 + " for key " + logKey(entry) + ":" in tryRemoveNotification() 563 new IllegalStateException("Cannot remove notification " + logKey(entry) in tryRemoveNotification() 710 String logKey = logKey(entry); in onEndLifetimeExtension() local 723 extender.getName(), logKey, collectionEntryIs))); in onEndLifetimeExtension() 1089 + " entry=" + logKey(mEntry) in FutureDismissal() 1091 + " summary=" + logKey(mSummaryToDismiss) in FutureDismissal()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotificationRowBinderLogger.kt | 24 import com.android.systemui.statusbar.notification.logKey 35 str1 = entry.logKey 43 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "inflating row for $str1" }) 47 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "inflated row for $str1" }) 55 str1 = entry.logKey 63 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "releasing views for $str1" }) 70 { str1 = entry.logKey },
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManagerLogger.kt | 24 import com.android.systemui.statusbar.notification.logKey 63 str1 = entry.logKey 71 str1 = logKey(key) 80 str1 = entry.logKey 88 str1 = logKey(key) 98 str1 = entry.logKey 115 str1 = entry.logKey
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/ |
H A D | MetricsFeatureProvider.java | 220 public boolean logSettingsTileClick(String logKey, int sourceMetricsCategory) { in logSettingsTileClick() argument 221 if (TextUtils.isEmpty(logKey)) { in logSettingsTileClick() 225 clicked(sourceMetricsCategory, logKey); in logSettingsTileClick() 235 public boolean logSettingsTileClickWithProfile(String logKey, int sourceMetricsCategory, in logSettingsTileClickWithProfile() argument 237 if (TextUtils.isEmpty(logKey)) { in logSettingsTileClickWithProfile() 241 clicked(sourceMetricsCategory, logKey + (isWorkProfile ? "/work" : "/personal")); in logSettingsTileClickWithProfile()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
H A D | ShadeListBuilderLogger.kt | 37 import com.android.systemui.statusbar.notification.logKey 136 str1 = group.logKey 137 str2 = existingSummary.logKey 138 str3 = newSummary.logKey
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeter.kt | 48 NotificationUtils.logKey(entry.sbn.key), 65 NotificationUtils.logKey(entry.sbn.key),
|