Searched defs:updateValues (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexServerSession.java | 365 ContentValues updateValues = new ContentValues(); in onPut() local 447 ContentValues updateValues = new ContentValues(); in receiveFile() local 483 ContentValues updateValues = new ContentValues(); in receiveFile() local
|
D | BluetoothOppTransfer.java | 302 ContentValues updateValues = new ContentValues(); in markShareTimeout() local 334 ContentValues updateValues = new ContentValues(); in markBatchFailed() local 762 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
|
D | BluetoothOppObexClientSession.java | 322 ContentValues updateValues = new ContentValues(); in processShareInfo() local 340 ContentValues updateValues; in sendFile() local
|
D | BluetoothOppReceiver.java | 217 ContentValues updateValues = new ContentValues(); in onReceive() local
|
D | BluetoothOppReceiveFileInfo.java | 174 ContentValues updateValues = new ContentValues(); in generateFileInfo() local
|
D | BluetoothOppUtility.java | 235 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
|
D | Constants.java | 266 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | ContactsSyncAdapter.java | 1826 ContentValues updateValues = new ContentValues(); in dirtyContactsWithinDirtyGroups() local 1843 cr.update(uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI), updateValues, null, in dirtyContactsWithinDirtyGroups() local
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventHelper.java | 676 ContentValues updateValues = new ContentValues(); in updatePastEvents() local
|
/packages/apps/Email/src/com/android/email/ |
D | MessagingController.java | 903 ContentValues updateValues = new ContentValues(); in synchronizeMailboxGeneric() local
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 1615 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local 3403 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable() 3665 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1766 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local 1769 updateValues, null, null, false); in cleanupPhotoStore() local 7422 ContentValues updateValues = new ContentValues(); in doInBackground() local 7432 updateValues, null, null); in doInBackground() local
|