Home
last modified time | relevance | path

Searched defs:baseAction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java294 SmartspaceAction headerAction, SmartspaceAction baseAction, long creationTimeMillis, in SmartspaceTarget()
618 public Builder setBaseAction(@NonNull SmartspaceAction baseAction) { in setBaseAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
DMediaDataManager.kt1654 val baseAction: SmartspaceAction? = target.baseAction in toSmartspaceMediaData() constant