Home
last modified time | relevance | path

Searched refs:MCCMNC (Results 1 – 5 of 5) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierIdProviderTest.java231 String whereClause = CarrierId.All.MCCMNC + "=?"; in testDeleteCarrierInfo()
259 CarrierId.All.MCCMNC + "=?", new String[] { dummy_mccmnc }); in testUpdateCarrierInfo()
267 CarrierId.All.MCCMNC + "=?", new String[] { dummy_mccmnc }, in testUpdateCarrierInfo()
287 contentValues.put(CarrierId.All.MCCMNC, dummy_mccmnc); in testMultiRowInsertionQuery()
298 CarrierId.All.MCCMNC + "=?", new String[] { dummy_mccmnc }, in testMultiRowInsertionQuery()
308 CarrierId.All.MCCMNC + "=? and " in testMultiRowInsertionQuery()
398 new String[]{CarrierId.CARRIER_ID, CarrierId.CARRIER_NAME, CarrierId.All.MCCMNC}, in testQueryCurrrentSubscription_wrongProjection()
431 contentValues.put(CarrierId.All.MCCMNC, dummy_mccmnc); in createCarrierInfoInternal()
DTelephonyProviderTest.java321 cv.put(Telephony.CarrierId.All.MCCMNC, mccMnc); in testMccMncMigration()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DCarrierIdProvider.java145 CarrierId.All.MCCMNC,
170 + CarrierId.All.MCCMNC + " TEXT NOT NULL," in getStringForCarrierIdTableCreation()
188 + CarrierId.All.MCCMNC + ");"; in getStringForIndexCreation()
440 cv.put(CarrierId.All.MCCMNC, str); in convertCarrierAttrToContentValues()
442 cv.remove(CarrierId.All.MCCMNC); in convertCarrierAttrToContentValues()
DTelephonyProvider.java4035 /* selection */ Telephony.CarrierId.All.MCCMNC + "=?", in getBestStringMnc() argument
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
DCarrierConfigTest.java310 /* selection */ Telephony.CarrierId.All.MCCMNC + "=? AND " in getCarrierId() argument