Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java306 boolean shouldShowExpanded, String sourceNotificationKey, in SmartspaceTarget() argument
321 mSourceNotificationKey = sourceNotificationKey; in SmartspaceTarget()
722 public Builder setSourceNotificationKey(@NonNull String sourceNotificationKey) { in setSourceNotificationKey() argument
723 this.mSourceNotificationKey = sourceNotificationKey; in setSourceNotificationKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSmartspaceDedupingCoordinator.kt109 (target as? SmartspaceTarget)?.sourceNotificationKey?.let { key -> in <lambda>()