Searched refs:MCCMNC (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierResolverTest.java | 45 private static final String MCCMNC = "311480"; field in CarrierResolverTest 132 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatch() 150 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testMnoCarrierId() 215 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatchSimAbsent() 253 identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), null, null, in testGetCarrierIdFromIdentifier() 258 … identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), SPN_FI, null, in testGetCarrierIdFromIdentifier() 268 doReturn(MCCMNC).when(mTelephonyManager).getSimOperatorNumericForPhone(eq(phoneId)); in testCarrierMatchPreferApnChange() 298 CarrierId.All.MCCMNC, in query() 313 MCCMNC, // mccmnc in query() 343 MCCMNC, // mccmnc in query() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 254 /* selection */ CarrierId.All.MCCMNC + "=?", in loadCarrierMatchingRulesOnMccMnc() 313 /* selection */ CarrierId.All.MCCMNC + "=?", in getCarrierMatchingRulesFromMccMnc() 477 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.All.MCCMNC)), in makeCarrierMatchingRule() 947 String selection = CarrierId.All.MCCMNC + "=" + mccmnc; in getCarrierIdsFromApnQuery() 999 /* selection */ CarrierId.All.MCCMNC + "=? AND " in getCarrierIdFromMccMnc()
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 4470 public static final String MCCMNC = "mccmnc"; field in Telephony.CarrierId.All
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 61248 Landroid/provider/Telephony$CarrierId$All;->MCCMNC:Ljava/lang/String;
|