Home | History | Annotate | Download | only in appsettings

Lines Matching refs:mnc

152             Telephony.Carriers.MNC,         // 4
263 // MCC is first 3 chars and then in 2 - 3 chars of MNC
268 String mnc = numeric.substring(3);
269 // Auto populate MNC and MCC for new entries, based on what SIM reports
271 mMnc.setText(mnc);
272 mCurMnc = mnc;
353 final String mnc = checkNotSet(mMnc.getText());
379 values.put(Telephony.Carriers.MNC, mnc);
381 values.put(Telephony.Carriers.NUMERIC, mcc + mnc);
384 if (mCurMnc.equals(mnc) && mCurMcc.equals(mcc)) {
442 String mnc = checkNotSet(mMnc.getText());
448 } else if ((mnc.length() & 0xFFFE) != 2) {