Searched refs:contentValuesOthersUpdate (Results 1 – 1 of 1) sorted by relevance
1199 ContentValues contentValuesOthersUpdate = new ContentValues(); in testTelephonyUriDpcRecordAccessControl() local1202 contentValuesOthersUpdate.put(Carriers.APN, othersRecordUpdatedApn); in testTelephonyUriDpcRecordAccessControl()1203 contentValuesOthersUpdate.put(Carriers.NAME, othersRecordUpdatedName); in testTelephonyUriDpcRecordAccessControl()1205 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl()