Searched refs:mIsU18Account (Results 1 – 3 of 3) sorted by relevance
48 private boolean mIsU18Account; field in AdServicesStates60 mIsU18Account = isU18Account; in AdServicesStates()68 mIsU18Account = in.readBoolean(); in AdServicesStates()82 out.writeBoolean(mIsU18Account); in writeToParcel()116 return mIsU18Account; in isU18Account()134 private boolean mIsU18Account; field in AdServicesStates.Builder155 mIsU18Account = isU18Account; in setU18Account()176 mIsU18Account, in build()
110 @TriStateBoolean private final int mIsU18Account; field in AdServicesExtDataParams136 mIsU18Account = isU18Account; in AdServicesExtDataParams()145 mIsU18Account = in.readInt(); in AdServicesExtDataParams()175 out.writeInt(mIsU18Account); in writeToParcel()196 return mIsU18Account; in getIsU18Account()232 mIsU18Account, in toString()246 @TriStateBoolean private int mIsU18Account; field in AdServicesExtDataParams.Builder269 mIsU18Account = isU18Account; in setIsU18Account()305 mIsU18Account, in build()
60 @Document.BooleanProperty private boolean mIsU18Account; field in AppSearchUxStatesDao90 this.mIsU18Account = isU18Account; in AppSearchUxStatesDao()187 return mIsU18Account; in isU18Account()192 mIsU18Account = isU18Account; in setU18Account()274 + mIsU18Account in toString()298 mIsU18Account, in hashCode()317 && this.mIsU18Account == obj.mIsU18Account in equals()