Searched refs:mVoiceOperatorNumeric (Results 1 – 2 of 2) sorted by relevance
216 private String mVoiceOperatorNumeric; field in ServiceState299 mVoiceOperatorNumeric = s.mVoiceOperatorNumeric; in copyFrom()327 mVoiceOperatorNumeric = in.readString(); in ServiceState()352 out.writeString(mVoiceOperatorNumeric); in writeToParcel()594 return mVoiceOperatorNumeric; in getOperatorNumeric()603 return mVoiceOperatorNumeric; in getVoiceOperatorNumeric()633 + ((null == mVoiceOperatorNumeric) ? 0 : mVoiceOperatorNumeric.hashCode()) in hashCode()664 && equalsHandlesNulls(mVoiceOperatorNumeric, s.mVoiceOperatorNumeric) in equals()769 + " " + mVoiceOperatorNumeric in toString()793 mVoiceOperatorNumeric = null; in setNullState()[all …]
196 private String mVoiceOperatorNumeric; field in TelephonyEventLog231 || !equals(mVoiceOperatorNumeric, serviceState.getVoiceOperatorNumeric())) { in writeServiceStateChanged()235 mVoiceOperatorNumeric = serviceState.getVoiceOperatorNumeric(); in writeServiceStateChanged()237 b.putString(SERVICE_STATE_VOICE_NUMERIC, mVoiceOperatorNumeric); in writeServiceStateChanged()