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