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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java148 public static final String DESTINATION = "destination"; field in class:BluetoothShare
H A DBluetoothOppTransferAdapter.java95 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
H A DBluetoothOppManager.java379 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
396 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
H A DBluetoothOppProvider.java177 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
243 copyString(BluetoothShare.DESTINATION, values, filteredValues);
H A DBluetoothOppUtility.java80 .getColumnIndexOrThrow(BluetoothShare.DESTINATION));
293 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr);
H A DBluetoothOppTransferHistory.java122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
H A DBluetoothOppObexServerSession.java263 values.put(BluetoothShare.DESTINATION, a);
265 values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
H A DBluetoothOppService.java527 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)),
660 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.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...]

Completed in 149 milliseconds