Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java859 ContentValues contentValuesDpcUpdate = new ContentValues(); in testDpcUri() local
862 contentValuesDpcUpdate.put(Carriers.APN, dpcRecordUpdatedApn); in testDpcUri()
863 contentValuesDpcUpdate.put(Carriers.NAME, dpcRecordUpdatedName); in testDpcUri()
866 contentValuesDpcUpdate, null, null); in testDpcUri()
955 ContentValues contentValuesDpcUpdate = new ContentValues(); in testDpcUriOnConflict() local
956 contentValuesDpcUpdate.put(Carriers.APN, dpcRecordApn1); in testDpcUriOnConflict()
957 contentValuesDpcUpdate.put(Carriers.NAME, dpcRecordNameConflict); in testDpcUriOnConflict()
960 contentValuesDpcUpdate, null, null); in testDpcUriOnConflict()