Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java35 private String mOperatorNumeric; field in OperatorInfo
52 return mOperatorNumeric; in getOperatorNumeric()
67 mOperatorNumeric = operatorNumeric; in OperatorInfo()
110 + "/" + mOperatorNumeric in toString()
135 dest.writeString(mOperatorNumeric); in writeToParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java88 private String mOperatorNumeric; field in LocaleTracker
236 if (state != ServiceState.STATE_POWER_OFF && TextUtils.isEmpty(mOperatorNumeric)) { in onServiceStateChanged()
265 if (!Objects.equals(mOperatorNumeric, operatorNumeric)) { in updateOperatorNumericSync()
269 mOperatorNumeric = operatorNumeric; in updateOperatorNumericSync()
273 if (TextUtils.isEmpty(mOperatorNumeric)) { in updateOperatorNumericSync()
372 if (!TextUtils.isEmpty(mOperatorNumeric)) { in updateLocale()
374 mcc = mOperatorNumeric.substring(0, 3); in updateLocale()
435 ipw.println("mOperatorNumeric = " + mOperatorNumeric); in dump()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java229 private final String mOperatorNumeric; field in ApnSetting
474 return mOperatorNumeric; in getOperatorNumeric()
553 this.mOperatorNumeric = builder.mOperatorNumeric; in ApnSetting()
661 return makeApnSetting(apn.mId, apn.mOperatorNumeric, apn.mEntryName, apn.mApnName, in makeApnSetting()
675 .append(", ").append(mOperatorNumeric) in toString()
752 && Objects.equals(mOperatorNumeric, other.mOperatorNumeric) in equals()
797 && Objects.equals(mOperatorNumeric, other.mOperatorNumeric) in equals()
883 apnValue.put(Telephony.Carriers.NUMERIC, nullToEmpty(mOperatorNumeric)); in toContentValues()
994 dest.writeString(mOperatorNumeric); in writeToParcel()
1102 private String mOperatorNumeric; field in ApnSetting.Builder
[all …]
/frameworks/base/config/
Dhiddenapi-light-greylist.txt8384 Lcom/android/internal/telephony/OperatorInfo;->mOperatorNumeric:Ljava/lang/String;