Searched refs:MCCMNC (Results 1 – 7 of 7) 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[] { test_mccmnc }); in testUpdateCarrierInfo() 265 CarrierId.All.MCCMNC + "=?", new String[] { test_mccmnc }, in testUpdateCarrierInfo() 285 contentValues.put(CarrierId.All.MCCMNC, test_mccmnc); in testMultiRowInsertionQuery() 296 CarrierId.All.MCCMNC + "=?", new String[] { test_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, test_mccmnc); in createCarrierInfoInternal()
|
D | TelephonyProviderTest.java | 521 cv.put(Telephony.CarrierId.All.MCCMNC, mccMnc); in testMccMncMigration()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | CarrierIdProvider.java | 147 CarrierId.All.MCCMNC, 172 + CarrierId.All.MCCMNC + " TEXT NOT NULL," in getStringForCarrierIdTableCreation() 190 + CarrierId.All.MCCMNC + ");"; in getStringForIndexCreation() 446 cv.put(CarrierId.All.MCCMNC, str); in convertCarrierAttrToContentValues() 448 cv.remove(CarrierId.All.MCCMNC); in convertCarrierAttrToContentValues()
|
D | TelephonyProvider.java | 5707 /* selection */ Telephony.CarrierId.All.MCCMNC + "=?", in countMccMncInCarrierList() argument
|
/packages/providers/TelephonyProvider/assets/ |
D | README | 20 For example (Insert MCCMNC '12345' and gid1 'test' to carrier id 20000):
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiPseudonymManagerTest.java | 67 private static final String MCCMNC = "mccmnc"; field in WifiPseudonymManagerTest 112 new WifiCarrierInfoManager.SimInfo(IMSI, MCCMNC, CARRIER_ID, CARRIER_ID)); in setUp()
|
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/ |
D | CarrierConfigTest.java | 333 /* selection */ Telephony.CarrierId.All.MCCMNC + "=? AND " in getCarrierId() argument
|