Searched refs:MCCMNC (Results 1 – 5 of 5) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | CarrierIdProviderTest.java | 229 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()
|
D | TelephonyProviderTest.java | 337 cv.put(Telephony.CarrierId.All.MCCMNC, mccMnc); in testMccMncMigration()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | CarrierIdProvider.java | 143 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()
|
D | TelephonyProvider.java | 4152 /* selection */ Telephony.CarrierId.All.MCCMNC + "=?", in getBestStringMnc() argument
|
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/ |
D | CarrierConfigTest.java | 311 /* selection */ Telephony.CarrierId.All.MCCMNC + "=? AND " in getCarrierId() argument
|