Searched refs:mVoiceOperatorNumeric (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java216 private String mVoiceOperatorNumeric; field in class:ServiceState
299 mVoiceOperatorNumeric = s.mVoiceOperatorNumeric;
327 mVoiceOperatorNumeric = in.readString();
352 out.writeString(mVoiceOperatorNumeric);
594 return mVoiceOperatorNumeric;
603 return mVoiceOperatorNumeric;
633 + ((null == mVoiceOperatorNumeric) ? 0 : mVoiceOperatorNumeric.hashCode())
664 && equalsHandlesNulls(mVoiceOperatorNumeric,
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyEventLog.java196 private String mVoiceOperatorNumeric; field in class:TelephonyEventLog
231 || !equals(mVoiceOperatorNumeric, serviceState.getVoiceOperatorNumeric())) {
235 mVoiceOperatorNumeric = serviceState.getVoiceOperatorNumeric();
237 b.putString(SERVICE_STATE_VOICE_NUMERIC, mVoiceOperatorNumeric);

Completed in 108 milliseconds