Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTarget.java58 private final SmartspaceAction mHeaderAction; field in SmartspaceTarget
194 this.mHeaderAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget()
222 mHeaderAction = headerAction; in SmartspaceTarget()
253 return mHeaderAction; in getHeaderAction()
392 dest.writeTypedObject(this.mHeaderAction, flags); in writeToParcel()
419 + ", mHeaderAction=" + mHeaderAction in toString()
450 && Objects.equals(mHeaderAction, that.mHeaderAction) in equals()
465 return Objects.hash(mSmartspaceTargetId, mHeaderAction, mBaseAction, mCreationTimeMillis, in hashCode()
479 private SmartspaceAction mHeaderAction; field in SmartspaceTarget.Builder
515 this.mHeaderAction = headerAction; in setHeaderAction()
[all …]