Searched refs:mVoiceOperatorNumeric (Results 1 – 1 of 1) sorted by relevance
200 private String mVoiceOperatorNumeric; field in ServiceState281 mVoiceOperatorNumeric = s.mVoiceOperatorNumeric; in copyFrom()308 mVoiceOperatorNumeric = in.readString(); in ServiceState()332 out.writeString(mVoiceOperatorNumeric); in writeToParcel()553 return mVoiceOperatorNumeric; in getOperatorNumeric()562 return mVoiceOperatorNumeric; in getVoiceOperatorNumeric()592 + ((null == mVoiceOperatorNumeric) ? 0 : mVoiceOperatorNumeric.hashCode()) in hashCode()622 && equalsHandlesNulls(mVoiceOperatorNumeric, s.mVoiceOperatorNumeric) in equals()720 + " " + mVoiceOperatorNumeric in toString()743 mVoiceOperatorNumeric = null; in setNullState()[all …]