Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java219 private String mDataOperatorNumeric; field in ServiceState
302 mDataOperatorNumeric = s.mDataOperatorNumeric; in copyFrom()
330 mDataOperatorNumeric = in.readString(); in ServiceState()
355 out.writeString(mDataOperatorNumeric); in writeToParcel()
612 return mDataOperatorNumeric; in getDataOperatorNumeric()
636 + ((null == mDataOperatorNumeric) ? 0 : mDataOperatorNumeric.hashCode()) in hashCode()
667 && equalsHandlesNulls(mDataOperatorNumeric, s.mDataOperatorNumeric) in equals()
772 + " " + mDataOperatorNumeric in toString()
796 mDataOperatorNumeric = null; in setNullState()
902 mDataOperatorNumeric = numeric; in setOperatorName()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java198 private String mDataOperatorNumeric; field in TelephonyEventLog
241 || !equals(mDataOperatorNumeric, serviceState.getDataOperatorNumeric())) { in writeServiceStateChanged()
245 mDataOperatorNumeric = serviceState.getDataOperatorNumeric(); in writeServiceStateChanged()
247 b.putString(SERVICE_STATE_DATA_NUMERIC, mDataOperatorNumeric); in writeServiceStateChanged()