Home
last modified time | relevance | path

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

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