HomeSort by relevance Sort by last modified time
    Searched refs:mOperatorNumeric (Results 1 - 10 of 10) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 35 private String mOperatorNumeric;
52 return mOperatorNumeric;
67 mOperatorNumeric = operatorNumeric;
110 + "/" + mOperatorNumeric
135 dest.writeString(mOperatorNumeric);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
LocaleTracker.java 88 private String mOperatorNumeric;
236 if (state != ServiceState.STATE_POWER_OFF && TextUtils.isEmpty(mOperatorNumeric)) {
265 if (!Objects.equals(mOperatorNumeric, operatorNumeric)) {
269 mOperatorNumeric = operatorNumeric;
273 if (TextUtils.isEmpty(mOperatorNumeric)) {
372 if (!TextUtils.isEmpty(mOperatorNumeric)) {
374 mcc = mOperatorNumeric.substring(0, 3);
435 ipw.println("mOperatorNumeric = " + mOperatorNumeric);
  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 229 private final String mOperatorNumeric;
474 return mOperatorNumeric;
553 this.mOperatorNumeric = builder.mOperatorNumeric;
661 return makeApnSetting(apn.mId, apn.mOperatorNumeric, apn.mEntryName, apn.mApnName,
675 .append(", ").append(mOperatorNumeric)
752 && Objects.equals(mOperatorNumeric, other.mOperatorNumeric)
797 && Objects.equals(mOperatorNumeric, other.mOperatorNumeric)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 78 milliseconds