Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java305 private String mVoiceOperatorAlphaLong; field in ServiceState
405 mVoiceOperatorAlphaLong = s.mVoiceOperatorAlphaLong; in copyFrom()
444 mVoiceOperatorAlphaLong = in.readString(); in ServiceState()
474 out.writeString(mVoiceOperatorAlphaLong); in writeToParcel()
717 return mVoiceOperatorAlphaLong; in getOperatorAlphaLong()
727 return mVoiceOperatorAlphaLong; in getVoiceOperatorAlphaLong()
781 if (TextUtils.isEmpty(mVoiceOperatorAlphaLong)) { in getOperatorAlpha()
785 return mVoiceOperatorAlphaLong; in getOperatorAlpha()
841 mVoiceOperatorAlphaLong, in hashCode()
876 && equalsHandlesNulls(mVoiceOperatorAlphaLong, s.mVoiceOperatorAlphaLong) in equals()
[all …]