Searched refs:MCCMNC (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierIdentifierTest.java42 private static final String MCCMNC = "311480"; field in class:CarrierIdentifierTest
107 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId));
131 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId));
149 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId));
165 // un-configured MCCMNC
179 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId));
209 CarrierId.All.MCCMNC,
222 MCCMNC, // mccmnc
235 MCCMNC, // mccmnc
248 MCCMNC, // mccmn
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierIdentifier.java153 * like APN and SPN. We cached all carrier matching rules based on MCCMNC to speed
252 /* selection */ CarrierId.All.MCCMNC + "=?",
337 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.MCCMNC)),
359 * so MCCMNC beats everything else. This avoids problems when two (or more) carriers rule
515 * find the best matching carrier from candidates with matched MCCMNC and notify
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java3438 public static final String MCCMNC = "mccmnc"; field in class:Telephony.CarrierId.All

Completed in 16 milliseconds