Home
last modified time | relevance | path

Searched refs:dummy_type (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierProviderTest.java57 public static final int dummy_type = 1; field in CarrierProviderTest
147 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, dummy_type); in testInsertCertificates()
183 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, dummy_type); in testUpdateCertificates()
203 String.valueOf(dummy_type) }); in testUpdateCertificates()
212 new String[] { dummy_mcc, dummy_mnc, String.valueOf(dummy_type) }, null); in testUpdateCertificates()
229 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, dummy_type); in testMultipleCertificates()
238 contentValuesNew.put(CarrierDatabaseHelper.KEY_TYPE, dummy_type); in testMultipleCertificates()
273 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, dummy_type); in testDuplicateFailure()
300 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, dummy_type); in testDelete()