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