Searched refs:handoverIntent (Results 1 – 1 of 1) sorted by relevance
234 Intent handoverIntent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_DONE); in onReceive() local236 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION, in onReceive()239 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION, in onReceive()242 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()243 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()246 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()248 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_URI, in onReceive()250 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_MIMETYPE, in onReceive()253 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()256 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION); in onReceive()