Searched refs:newValues (Results 1 – 9 of 9) sorted by relevance
159 ContentValues newValues = new ContentValues(); in testFailOnInsertMetadataForSameAccountIdAndBackupId() local160 newValues.put(MetadataSync.ACCOUNT_NAME, TEST_ACCOUNT_NAME1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()161 newValues.put(MetadataSync.ACCOUNT_TYPE, TEST_ACCOUNT_TYPE1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()162 newValues.put(MetadataSync.DATA_SET, TEST_DATA_SET1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()163 newValues.put(MetadataSync.RAW_CONTACT_BACKUP_ID, TEST_BACKUP_ID1); in testFailOnInsertMetadataForSameAccountIdAndBackupId()164 newValues.put(MetadataSync.DATA, newData); in testFailOnInsertMetadataForSameAccountIdAndBackupId()165 newValues.put(MetadataSync.DELETED, 0); in testFailOnInsertMetadataForSameAccountIdAndBackupId()167 mResolver.insert(MetadataSync.CONTENT_URI, newValues); in testFailOnInsertMetadataForSameAccountIdAndBackupId()309 ContentValues newValues = new ContentValues(); in testFailUpdateDeletedMetadata() local310 newValues.put(MetadataSync.ACCOUNT_NAME, TEST_ACCOUNT_NAME1); in testFailUpdateDeletedMetadata()[all …]
179 ContentValues newValues = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local180 newValues.put(Voicemails.DIRTY, "0"); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus()181 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()
162 ContentValues newValues = new ContentValues(); in importSendToVoicemailContacts()163 newValues.put(Contacts.SEND_TO_VOICEMAIL, 0); in importSendToVoicemailContacts()168 newValues, in importSendToVoicemailContacts()
171 public int update(Uri uri, ContentValues newValues, String selection, String[] selectionArgs) { in update() argument197 Set<Entry<String, Object>> newValuesSet = newValues.valueSet(); in update()
2367 ContentValues[] newValues = new ContentValues[added]; in setObjectReferences() local2368 System.arraycopy(valuesList, 0, newValues, 0, added); in setObjectReferences()2369 valuesList = newValues; in setObjectReferences()4370 ContentValues newValues = new ContentValues(); in getKeyIdForName() local4371 newValues.put(nameField, bestName); in getKeyIdForName()4373 … 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 ...