Home
last modified time | relevance | path

Searched refs:DESTINATION (Results 1 – 18 of 18) 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.java146 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
214 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
DBluetoothOppManager.java473 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertMultipleShare()
495 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertSingleShare()
DBluetoothShare.java144 public static final String DESTINATION = "destination"; field in BluetoothShare
DBluetoothOppUtility.java107 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord()
357 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
DBluetoothOppTransferAdapter.java94 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
DBluetoothOppTransferHistory.java128 BluetoothShare.DESTINATION, in onCreate()
DBluetoothOppService.java731 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)), in insertShare()
861 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
DTestActivity.java253 values.put(BluetoothShare.DESTINATION, address);
DBluetoothOppObexServerSession.java275 values.put(BluetoothShare.DESTINATION, destination); in onPut()
DBluetoothOppNotification.java273 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification()
/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/Car/Cluster/src/android/car/cluster/
DNavStateController.java285 case DESTINATION: in getManeuverIcon()
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto225 DESTINATION = 50; enumerator
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2950 .add(UIProvider.AttachmentColumns.DESTINATION, AttachmentColumns.UI_DESTINATION) in getAttachmentMap()
5172 uiValues.getAsInteger(UIProvider.AttachmentColumns.DESTINATION); in uiUpdateAttachment()