Home
last modified time | relevance | path

Searched refs:mVoiceOperatorAlphaLong (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DServiceState.java228 private String mVoiceOperatorAlphaLong; field in ServiceState
322 mVoiceOperatorAlphaLong = s.mVoiceOperatorAlphaLong; in copyFrom()
355 mVoiceOperatorAlphaLong = in.readString(); in ServiceState()
386 out.writeString(mVoiceOperatorAlphaLong); in writeToParcel()
612 return mVoiceOperatorAlphaLong; in getOperatorAlphaLong()
621 return mVoiceOperatorAlphaLong; in getVoiceOperatorAlphaLong()
673 if (TextUtils.isEmpty(mVoiceOperatorAlphaLong)) { in getOperatorAlpha()
677 return mVoiceOperatorAlphaLong; in getOperatorAlpha()
732 + ((null == mVoiceOperatorAlphaLong) ? 0 : mVoiceOperatorAlphaLong.hashCode()) in hashCode()
765 && equalsHandlesNulls(mVoiceOperatorAlphaLong, s.mVoiceOperatorAlphaLong) in equals()
[all …]