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.java229 String whereClause = CarrierId.All.MCCMNC + "=?"; in testDeleteCarrierInfo()
257 CarrierId.All.MCCMNC + "=?", new String[] { dummy_mccmnc }); in testUpdateCarrierInfo()
265 CarrierId.All.MCCMNC + "=?", new String[] { dummy_mccmnc }, in testUpdateCarrierInfo()
285 contentValues.put(CarrierId.All.MCCMNC, dummy_mccmnc); in testMultiRowInsertionQuery()
296 CarrierId.All.MCCMNC + "=?", new String[] { dummy_mccmnc }, in testMultiRowInsertionQuery()
306 CarrierId.All.MCCMNC + "=? and " in testMultiRowInsertionQuery()
394 new String[]{CarrierId.CARRIER_ID, CarrierId.CARRIER_NAME, CarrierId.All.MCCMNC}, in testQueryCurrrentSubscription_wrongProjection()
424 contentValues.put(CarrierId.All.MCCMNC, dummy_mccmnc); in createCarrierInfoInternal()
DTelephonyProviderTest.java337 cv.put(Telephony.CarrierId.All.MCCMNC, mccMnc); in testMccMncMigration()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DCarrierIdProvider.java143 CarrierId.All.MCCMNC,
168 + CarrierId.All.MCCMNC + " TEXT NOT NULL," in getStringForCarrierIdTableCreation()
186 + CarrierId.All.MCCMNC + ");"; in getStringForIndexCreation()
438 cv.put(CarrierId.All.MCCMNC, str); in convertCarrierAttrToContentValues()
440 cv.remove(CarrierId.All.MCCMNC); in convertCarrierAttrToContentValues()
DTelephonyProvider.java4152 /* selection */ Telephony.CarrierId.All.MCCMNC + "=?", in getBestStringMnc() argument
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
DCarrierConfigTest.java311 /* selection */ Telephony.CarrierId.All.MCCMNC + "=? AND " in getCarrierId() argument