OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handoverintent
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java
234
Intent
handoverIntent
= new Intent(Constants.ACTION_BT_OPP_TRANSFER_DONE);
236
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
239
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
242
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID);
243
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr);
246
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS,
248
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_URI,
250
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_MIMETYPE,
253
handoverIntent
.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS,
256
context.sendBroadcast(
handoverIntent
, Constants.HANDOVER_STATUS_PERMISSION)
[
all
...]
Completed in 2065 milliseconds