Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java350 ContentValues updateValues = new ContentValues(); in onPut() local
432 ContentValues updateValues = new ContentValues(); in receiveFile() local
474 ContentValues updateValues = new ContentValues(); in receiveFile() local
DBluetoothOppTransfer.java280 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
316 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
686 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
DBluetoothOppObexClientSession.java324 ContentValues updateValues = new ContentValues(); in processShareInfo() local
343 ContentValues updateValues; in sendFile() local
DBluetoothOppReceiver.java219 ContentValues updateValues = new ContentValues(); in onReceive() local
DBluetoothOppReceiveFileInfo.java174 ContentValues updateValues = new ContentValues(); in generateFileInfo() local
DBluetoothOppUtility.java261 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
DConstants.java288 ContentValues updateValues = new ContentValues(); in updateShareStatus() 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.java1640 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3490 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
3753 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2033 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
2036 updateValues, null, null, /* callerIsSyncAdapter =*/false, in cleanupPhotoStore() local
9063 ContentValues updateValues = new ContentValues(); in doInBackground() local
9073 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