Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java63 private final SmartspaceAction mHeaderAction; field in SmartspaceTarget
281 this.mHeaderAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget()
311 mHeaderAction = headerAction; in SmartspaceTarget()
344 return mHeaderAction; in getHeaderAction()
500 dest.writeTypedObject(this.mHeaderAction, flags); in writeToParcel()
529 + ", mHeaderAction=" + mHeaderAction in toString()
562 && Objects.equals(mHeaderAction, that.mHeaderAction) in equals()
579 return Objects.hash(mSmartspaceTargetId, mHeaderAction, mBaseAction, mCreationTimeMillis, in hashCode()
596 private SmartspaceAction mHeaderAction; field in SmartspaceTarget.Builder
633 this.mHeaderAction = headerAction; in setHeaderAction()
[all …]