Searched refs:contentValuesNew (Results 1 – 1 of 1) sorted by relevance
237 ContentValues contentValuesNew = new ContentValues(); in testMultipleCertificates() local238 contentValuesNew.put(CarrierDatabaseHelper.KEY_TYPE, test_type); in testMultipleCertificates()239 contentValuesNew.put(CarrierDatabaseHelper.MCC, test_mcc); in testMultipleCertificates()240 contentValuesNew.put(CarrierDatabaseHelper.MNC, test_mnc2); in testMultipleCertificates()241 contentValuesNew.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testMultipleCertificates()242 contentValuesNew.put(CarrierDatabaseHelper.MVNO_MATCH_DATA, test_mvno_match_data); in testMultipleCertificates()244 contentValuesNew.put(CarrierDatabaseHelper.PUBLIC_KEY, test_key2.getBytes()); in testMultipleCertificates()248 mContentResolver.insert(CarrierProvider.CONTENT_URI, contentValuesNew); in testMultipleCertificates()