/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Attachment.java | 210 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()
|
D | UIProvider.java | 1952 AttachmentColumns.DESTINATION, 2110 public static final String DESTINATION = "destination"; field in UIProvider.AttachmentColumns
|
D | EmlAttachmentProvider.java | 286 values.getAsInteger(UIProvider.AttachmentColumns.DESTINATION); in copyAttachment()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | AttachmentActionHandler.java | 128 params.put(AttachmentColumns.DESTINATION, destination); in startDownloadingAttachment() 146 params.put(AttachmentColumns.DESTINATION, attachment.destination); in startRedownloadingAttachment()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 146 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable() 214 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
|
D | BluetoothOppManager.java | 473 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertMultipleShare() 495 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertSingleShare()
|
D | BluetoothShare.java | 144 public static final String DESTINATION = "destination"; field in BluetoothShare
|
D | BluetoothOppUtility.java | 107 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord() 357 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
|
D | BluetoothOppTransferAdapter.java | 94 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
|
D | BluetoothOppTransferHistory.java | 128 BluetoothShare.DESTINATION, in onCreate()
|
D | BluetoothOppService.java | 731 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)), in insertShare() 861 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
|
D | TestActivity.java | 253 values.put(BluetoothShare.DESTINATION, address);
|
D | BluetoothOppObexServerSession.java | 275 values.put(BluetoothShare.DESTINATION, destination); in onPut()
|
D | BluetoothOppNotification.java | 273 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 158 final int DESTINATION = 6; field 259 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | NavStateController.java | 285 case DESTINATION: in getManeuverIcon()
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 225 DESTINATION = 50; enumerator
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 2950 .add(UIProvider.AttachmentColumns.DESTINATION, AttachmentColumns.UI_DESTINATION) in getAttachmentMap() 5172 uiValues.getAsInteger(UIProvider.AttachmentColumns.DESTINATION); in uiUpdateAttachment()
|