Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java214 private String mVoiceOperatorAlphaLong; field in ServiceState
297 mVoiceOperatorAlphaLong = s.mVoiceOperatorAlphaLong; in copyFrom()
325 mVoiceOperatorAlphaLong = in.readString(); in ServiceState()
350 out.writeString(mVoiceOperatorAlphaLong); in writeToParcel()
531 return mVoiceOperatorAlphaLong; in getOperatorAlphaLong()
540 return mVoiceOperatorAlphaLong; in getVoiceOperatorAlphaLong()
631 + ((null == mVoiceOperatorAlphaLong) ? 0 : mVoiceOperatorAlphaLong.hashCode()) in hashCode()
662 && equalsHandlesNulls(mVoiceOperatorAlphaLong, s.mVoiceOperatorAlphaLong) in equals()
767 + " " + mVoiceOperatorAlphaLong in toString()
791 mVoiceOperatorAlphaLong = null; in setNullState()
[all …]