Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java202 private String mVoiceOperatorAlphaLong; field in ServiceState
285 mVoiceOperatorAlphaLong = s.mVoiceOperatorAlphaLong; in copyFrom()
313 mVoiceOperatorAlphaLong = in.readString(); in ServiceState()
338 out.writeString(mVoiceOperatorAlphaLong); in writeToParcel()
519 return mVoiceOperatorAlphaLong; in getOperatorAlphaLong()
528 return mVoiceOperatorAlphaLong; in getVoiceOperatorAlphaLong()
619 + ((null == mVoiceOperatorAlphaLong) ? 0 : mVoiceOperatorAlphaLong.hashCode()) in hashCode()
650 && equalsHandlesNulls(mVoiceOperatorAlphaLong, s.mVoiceOperatorAlphaLong) in equals()
752 + " " + mVoiceOperatorAlphaLong in toString()
776 mVoiceOperatorAlphaLong = null; in setNullState()
[all …]