Home
last modified time | relevance | path

Searched refs:handoverIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java229 Intent handoverIntent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_DONE); in onReceive() local
231 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION, in onReceive()
234 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION, in onReceive()
237 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()
238 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()
241 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()
243 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_URI, in onReceive()
245 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_MIMETYPE, in onReceive()
248 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()
251 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION); in onReceive()