Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DCarrierProviderTest.java63 public static final String test_mvno_type = "100"; field in CarrierProviderTest
150 contentValues.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testInsertCertificates()
186 contentValues.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testUpdateCertificates()
232 contentValues.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testMultipleCertificates()
241 contentValuesNew.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testMultipleCertificates()
276 contentValues.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testDuplicateFailure()
303 contentValues.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testDelete()