Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java302 SmartspaceAction headerAction, SmartspaceAction baseAction, long creationTimeMillis, in SmartspaceTarget() argument
311 mHeaderAction = headerAction; in SmartspaceTarget()
632 public Builder setHeaderAction(@NonNull SmartspaceAction headerAction) { in setHeaderAction() argument
633 this.mHeaderAction = headerAction; in setHeaderAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt207 val clickIntent = weatherTarget.headerAction?.intent in <lambda>()