Searched refs:mHeaderAction (Results 1 – 1 of 1) sorted by relevance
63 private final SmartspaceAction mHeaderAction; field in SmartspaceTarget281 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.Builder633 this.mHeaderAction = headerAction; in setHeaderAction()[all …]