Searched refs:MCCMNC (Results 1 – 3 of 3) sorted by relevance
42 private static final String MCCMNC = "311480"; field in CarrierIdentifierTest107 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatch()131 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatchSpnOverride()149 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatchSimAbsent()179 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatchPreferApnChange()209 CarrierId.All.MCCMNC, in query()222 MCCMNC, // mccmnc in query()235 MCCMNC, // mccmnc in query()248 MCCMNC, // mccmnc in query()261 MCCMNC, // mccmnc in query()
252 /* selection */ CarrierId.All.MCCMNC + "=?", in loadCarrierMatchingRulesOnMccMnc()337 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.MCCMNC)), in makeCarrierMatchingRule()
3438 public static final String MCCMNC = "mccmnc"; field in Telephony.CarrierId.All