Searched refs:MCCMNC (Results 1 – 6 of 6) 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 | 337 cv.put(Telephony.CarrierId.All.MCCMNC, mccMnc); in testMccMncMigration()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | CarrierIdProvider.java | 148 CarrierId.All.MCCMNC, 173 + CarrierId.All.MCCMNC + " TEXT NOT NULL," in getStringForCarrierIdTableCreation() 191 + CarrierId.All.MCCMNC + ");"; in getStringForIndexCreation() 443 cv.put(CarrierId.All.MCCMNC, str); in convertCarrierAttrToContentValues() 445 cv.remove(CarrierId.All.MCCMNC); in convertCarrierAttrToContentValues()
|
D | TelephonyProvider.java | 4083 /* selection */ Telephony.CarrierId.All.MCCMNC + "=?", in getBestStringMnc() argument
|
/packages/providers/TelephonyProvider/assets/ |
D | README | 20 For example (Insert MCCMNC '12345' and gid1 'test' to carrier id 20000):
|
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/ |
D | CarrierConfigTest.java | 328 /* selection */ Telephony.CarrierId.All.MCCMNC + "=? AND " in getCarrierId() argument
|