Home
last modified time | relevance | path

Searched refs:DESTINATION (Results 1 – 16 of 16) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java210 destination = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DESTINATION)); in Attachment()
232 destination = srcJson.optInt(AttachmentColumns.DESTINATION); in Attachment()
312 destination = values.getAsInteger(AttachmentColumns.DESTINATION); in Attachment()
338 values.put(AttachmentColumns.DESTINATION, destination); in toContentValues()
381 result.put(AttachmentColumns.DESTINATION, destination); in toJSON()
DUIProvider.java1952 AttachmentColumns.DESTINATION,
2110 public static final String DESTINATION = "destination"; field in UIProvider.AttachmentColumns
DEmlAttachmentProvider.java286 values.getAsInteger(UIProvider.AttachmentColumns.DESTINATION); in copyAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java128 params.put(AttachmentColumns.DESTINATION, destination); in startDownloadingAttachment()
146 params.put(AttachmentColumns.DESTINATION, attachment.destination); in startRedownloadingAttachment()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java161 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
234 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
DBluetoothOppManager.java443 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertMultipleShare()
463 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertSingleShare()
DBluetoothOppUtility.java101 .getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord()
328 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
DBluetoothShare.java142 public static final String DESTINATION = "destination"; field in BluetoothShare
DBluetoothOppTransferAdapter.java95 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
DBluetoothOppTransferHistory.java125 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, in onCreate()
DBluetoothOppService.java617 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)), in insertShare()
744 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
DTestActivity.java252 values.put(BluetoothShare.DESTINATION, address);
DBluetoothOppNotification.java253 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification()
DBluetoothOppObexServerSession.java277 values.put(BluetoothShare.DESTINATION, destination); in onPut()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java158 final int DESTINATION = 6; field
259 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2949 .add(UIProvider.AttachmentColumns.DESTINATION, AttachmentColumns.UI_DESTINATION) in getAttachmentMap()
5171 uiValues.getAsInteger(UIProvider.AttachmentColumns.DESTINATION); in uiUpdateAttachment()