Home
last modified time | relevance | path

Searched refs:sourceNotificationKey (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java217 boolean shouldShowExpanded, String sourceNotificationKey, in SmartspaceTarget() argument
232 mSourceNotificationKey = sourceNotificationKey; in SmartspaceTarget()
604 public Builder setSourceNotificationKey(@NonNull String sourceNotificationKey) { in setSourceNotificationKey() argument
605 this.mSourceNotificationKey = sourceNotificationKey; in setSourceNotificationKey()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt119 (target as? SmartspaceTarget)?.sourceNotificationKey?.let { key ->