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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierIdentifier.java 376 private String mMccMnc;
395 mMccMnc = mccmnc;
414 if (mMccMnc != null) {
415 if (!CarrierIdentifier.equals(subscriptionRule.mMccMnc, mMccMnc, false)) {
500 + " mccmnc: " + mMccMnc
582 && !TextUtils.isEmpty(subscriptionRule.mMccMnc)) ? subscriptionRule.mMccMnc : null;
  /hardware/qcom/gps/msm8909w_3100/core/
SystemStatus.h 563 std::vector<SystemStatusMccMnc> mMccMnc;

Completed in 175 milliseconds