Searched refs:newValues (Results 1 – 9 of 9) sorted by relevance
160 ContentValues newValues = new ContentValues(); in testFailOnInsertMetadataForSameAccountIdAndBackupId() local161 newValues.put(MetadataSync.ACCOUNT_NAME, TEST_ACCOUNT_NAME1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()162 newValues.put(MetadataSync.ACCOUNT_TYPE, TEST_ACCOUNT_TYPE1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()163 newValues.put(MetadataSync.DATA_SET, TEST_DATA_SET1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()164 newValues.put(MetadataSync.RAW_CONTACT_BACKUP_ID, TEST_BACKUP_ID1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()165 newValues.put(MetadataSync.DATA, newData); in testFailOnInsertMetadataForSameAccountIdAndBackupId()166 newValues.put(MetadataSync.DELETED, 0); in testFailOnInsertMetadataForSameAccountIdAndBackupId()168 mResolver.insert(MetadataSync.CONTENT_URI, newValues); in testFailOnInsertMetadataForSameAccountIdAndBackupId()310 ContentValues newValues = new ContentValues(); in testFailUpdateDeletedMetadata() local311 newValues.put(MetadataSync.ACCOUNT_NAME, TEST_ACCOUNT_NAME1); in testFailUpdateDeletedMetadata()[all …]
169 ContentValues newValues = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local170 newValues.put(Voicemails.DIRTY, "0"); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus()171 assertStoredValues(uri, newValues); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus()
39 final int[] newValues; in onSharedPreferenceChanged() local42 newValues = res.getIntArray(R.array.standard_setting_values); in onSharedPreferenceChanged()45 newValues = res.getIntArray(R.array.cinema_setting_values); in onSharedPreferenceChanged()48 newValues = res.getIntArray(R.array.vivid_setting_values); in onSharedPreferenceChanged()51 newValues = res.getIntArray(R.array.game_setting_values); in onSharedPreferenceChanged()62 prefs.putInt(keys[i], newValues[i]); in onSharedPreferenceChanged()
54 ContentValues newValues = new ContentValues(); in doInBackground() local55 newValues.put(BlockedNumberContract.BlockedNumbers.COLUMN_ORIGINAL_NUMBER, in doInBackground()58 newValues); in doInBackground()
206 ContentValues newValues = new ContentValues(); in importSendToVoicemailContacts()207 newValues.put(Contacts.SEND_TO_VOICEMAIL, 0); in importSendToVoicemailContacts()210 newValues, in importSendToVoicemailContacts()
181 public int update(Uri uri, ContentValues newValues, String selection, String[] selectionArgs) { in update() argument207 Set<Entry<String, Object>> newValuesSet = newValues.valueSet(); in update()
3383 ContentValues[] newValues = new ContentValues[added]; in setObjectReferences() local3384 System.arraycopy(valuesList, 0, newValues, 0, added); in setObjectReferences()3385 valuesList = newValues; in setObjectReferences()5248 ContentValues newValues = new ContentValues(); in getKeyIdForName() local5249 newValues.put(nameField, bestName); in getKeyIdForName()5251 … db.update(table, newValues, "rowid="+Integer.toString((int)rowId), null); in getKeyIdForName()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...