Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java381 final String insertMnc = TEST_MNC; in testUpdateConflictingCarriers() local
386 contentValues.put(Carriers.MNC, insertMnc); in testUpdateConflictingCarriers()
418 assertEquals(insertMnc, cursor.getString(4 /* MNC */)); in testUpdateConflictingCarriers()