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