Searched refs:mDataOperatorNumeric (Results 1 – 1 of 1) sorted by relevance
233 private String mDataOperatorNumeric; field in ServiceState327 mDataOperatorNumeric = s.mDataOperatorNumeric; in copyFrom()360 mDataOperatorNumeric = in.readString(); in ServiceState()391 out.writeString(mDataOperatorNumeric); in writeToParcel()711 return mDataOperatorNumeric; in getDataOperatorNumeric()737 + ((null == mDataOperatorNumeric) ? 0 : mDataOperatorNumeric.hashCode()) in hashCode()770 && equalsHandlesNulls(mDataOperatorNumeric, s.mDataOperatorNumeric) in equals()935 mDataOperatorNumeric = null; in setNullState()1056 mDataOperatorNumeric = numeric; in setOperatorName()1070 mDataOperatorNumeric = numeric; in setDataOperatorName()[all …]