Searched refs:mDataOperatorNumeric (Results 1 – 1 of 1) sorted by relevance
203 private String mDataOperatorNumeric; field in ServiceState284 mDataOperatorNumeric = s.mDataOperatorNumeric; in copyFrom()311 mDataOperatorNumeric = in.readString(); in ServiceState()335 out.writeString(mDataOperatorNumeric); in writeToParcel()571 return mDataOperatorNumeric; in getDataOperatorNumeric()595 + ((null == mDataOperatorNumeric) ? 0 : mDataOperatorNumeric.hashCode()) in hashCode()625 && equalsHandlesNulls(mDataOperatorNumeric, s.mDataOperatorNumeric) in equals()723 + " " + mDataOperatorNumeric in toString()746 mDataOperatorNumeric = null; in setNullState()851 mDataOperatorNumeric = numeric; in setOperatorName()[all …]