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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java142 public static final String DESTINATION = "destination"; field in class:BluetoothShare
H A DBluetoothOppProvider.java166 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
239 copyString(BluetoothShare.DESTINATION, values, filteredValues);
248 String address = values.getAsString(BluetoothShare.DESTINATION);
H A DBluetoothOppTransferAdapter.java95 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
H A DBluetoothOppManager.java443 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
463 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
H A DBluetoothOppUtility.java103 .getColumnIndexOrThrow(BluetoothShare.DESTINATION));
326 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr);
H A DBluetoothOppTransferHistory.java124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
H A DBluetoothOppService.java577 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)),
704 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
H A DBluetoothOppNotification.java239 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
H A DBluetoothOppObexServerSession.java270 values.put(BluetoothShare.DESTINATION, destination);
H A DTestActivity.java130 * values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
203 * BluetoothShare.MIMETYPE, BluetoothShare.DESTINATION,
238 // values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
240 // values.put(BluetoothShare.DESTINATION, "12:34:56:78:9A:BC");
242 // values.put(BluetoothShare.DESTINATION, "00:1B:33:F0:58:FB");
244 // values.put(BluetoothShare.DESTINATION, "00:17:E5:5D:74:F3");
246 // values.put(BluetoothShare.DESTINATION, "00:1A:1B:7F:1E:F0");
248 // values.put(BluetoothShare.DESTINATION, "00:17:83:58:5D:CC");
250 // values.put(BluetoothShare.DESTINATION, "00:16:41:49:5B:F3");
252 values.put(BluetoothShare.DESTINATION, addres
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DAttachmentActionHandler.java128 params.put(AttachmentColumns.DESTINATION, destination);
146 params.put(AttachmentColumns.DESTINATION, attachment.destination);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAttachment.java107 * @see AttachmentColumns#DESTINATION
201 destination = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DESTINATION));
222 destination = srcJson.optInt(AttachmentColumns.DESTINATION);
295 destination = values.getAsInteger(AttachmentColumns.DESTINATION);
320 values.put(AttachmentColumns.DESTINATION, destination);
361 result.put(AttachmentColumns.DESTINATION, destination);
H A DEmlAttachmentProvider.java286 values.getAsInteger(UIProvider.AttachmentColumns.DESTINATION);
H A DUIProvider.java1952 AttachmentColumns.DESTINATION,
2013 * the accompanying destination in {@link AttachmentColumns#DESTINATION}
2022 * {@link AttachmentColumns#DESTINATION}. If a provider later detects
2026 * {@link AttachmentColumns#DESTINATION}.
2037 * the accompanying destination in {@link AttachmentColumns#DESTINATION}
2108 public static final String DESTINATION = "destination"; field in class:UIProvider.AttachmentColumns
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java143 final int DESTINATION = 6; field in interface:DownloadNotifier.UpdateQuery
237 final int destination = cursor.getInt(UpdateQuery.DESTINATION);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java2949 .add(UIProvider.AttachmentColumns.DESTINATION, AttachmentColumns.UI_DESTINATION)
5171 uiValues.getAsInteger(UIProvider.AttachmentColumns.DESTINATION);

Completed in 759 milliseconds