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.java367 ContentValues updateValues = new ContentValues(); in onPut() local
449 ContentValues updateValues = new ContentValues(); in receiveFile() local
485 ContentValues updateValues = new ContentValues(); in receiveFile() local
DBluetoothOppTransfer.java278 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
314 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
684 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
DBluetoothOppObexClientSession.java324 ContentValues updateValues = new ContentValues(); in processShareInfo() local
342 ContentValues updateValues; in sendFile() local
DBluetoothOppReceiver.java217 ContentValues updateValues = new ContentValues(); in onReceive() local
DBluetoothOppReceiveFileInfo.java174 ContentValues updateValues = new ContentValues(); in generateFileInfo() local
DConstants.java278 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
DBluetoothOppUtility.java240 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSyncContacts.java297 final ContentValues updateValues = new ContentValues(); in dirtyContactsWithinDirtyGroups() local
315 updateValues, null, null); in dirtyContactsWithinDirtyGroups() 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.java2080 public int updateValues(Collection<Conversation> conversations, ContentValues values) { in updateValues() method in ConversationCursor
2084 public int updateValues(Collection<Conversation> conversations, ContentValues values, in updateValues() method in ConversationCursor
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1931 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
1934 updateValues, null, null, false); in cleanupPhotoStore() local
8161 ContentValues updateValues = new ContentValues(); in doInBackground() local
8171 updateValues, null, null); in doInBackground() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1652 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3475 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
3738 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/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