Home
last modified time | relevance | path

Searched defs:updateValues (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java366 ContentValues updateValues = new ContentValues(); in onPut() local
448 ContentValues updateValues = new ContentValues(); in receiveFile() local
499 ContentValues updateValues = new ContentValues(); in receiveFile() local
DBluetoothOppTransfer.java377 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
419 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
850 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
DBluetoothOppObexClientSession.java366 ContentValues updateValues = new ContentValues(); in processShareInfo() local
385 ContentValues updateValues; in sendFile() local
DBluetoothOppReceiver.java208 ContentValues updateValues = new ContentValues(); in onReceive() local
DBluetoothOppReceiveFileInfo.java217 ContentValues updateValues = new ContentValues(); in generateFileInfo() local
DConstants.java227 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
DBluetoothOppUtility.java276 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java200 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_NotDirty() local
235 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorGrad.java204 public void updateValues(FilterGradRepresentation rep) { in updateValues() method in EditorGrad.ParamAdapter
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java681 ContentValues updateValues = new ContentValues(); in synchronizeMailboxGeneric() local
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java714 ContentValues updateValues = new ContentValues(); in updatePastEvents() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java2087 public int updateValues(Collection<Conversation> conversations, ContentValues values) { in updateValues() method in ConversationCursor
2091 public int updateValues(Collection<Conversation> conversations, ContentValues values, in updateValues() method in ConversationCursor
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1632 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3563 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
3826 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2043 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
2046 updateValues, null, null, /* callerIsSyncAdapter =*/false, in cleanupPhotoStore() local
9172 ContentValues updateValues = new ContentValues(); in doInBackground() local
9182 updateValues, null, null); in doInBackground() local
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2118 final ContentValues updateValues = new ContentValues(values); in update() local
2145 final ContentValues updateValues = new ContentValues(values); in update() local