Searched refs:mDataOperatorNumeric (Results 1 – 1 of 1) sorted by relevance
226 private String mDataOperatorNumeric; field in ServiceState315 mDataOperatorNumeric = s.mDataOperatorNumeric; in copyFrom()345 mDataOperatorNumeric = in.readString(); in ServiceState()372 out.writeString(mDataOperatorNumeric); in writeToParcel()649 return mDataOperatorNumeric; in getDataOperatorNumeric()673 + ((null == mDataOperatorNumeric) ? 0 : mDataOperatorNumeric.hashCode()) in hashCode()704 && equalsHandlesNulls(mDataOperatorNumeric, s.mDataOperatorNumeric) in equals()813 + " " + mDataOperatorNumeric in toString()839 mDataOperatorNumeric = null; in setNullState()947 mDataOperatorNumeric = numeric; in setOperatorName()[all …]