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