Searched refs:mVoiceOperatorNumeric (Results 1 – 1 of 1) sorted by relevance
230 private String mVoiceOperatorNumeric; field in ServiceState324 mVoiceOperatorNumeric = s.mVoiceOperatorNumeric; in copyFrom()357 mVoiceOperatorNumeric = in.readString(); in ServiceState()388 out.writeString(mVoiceOperatorNumeric); in writeToParcel()693 return mVoiceOperatorNumeric; in getOperatorNumeric()702 return mVoiceOperatorNumeric; in getVoiceOperatorNumeric()734 + ((null == mVoiceOperatorNumeric) ? 0 : mVoiceOperatorNumeric.hashCode()) in hashCode()767 && equalsHandlesNulls(mVoiceOperatorNumeric, s.mVoiceOperatorNumeric) in equals()932 mVoiceOperatorNumeric = null; in setNullState()1053 mVoiceOperatorNumeric = numeric; in setOperatorName()[all …]