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.java230 Intent handoverIntent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_DONE); in onReceive() local
232 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION, in onReceive()
235 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION, in onReceive()
238 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()
239 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()
242 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()
244 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_URI, in onReceive()
246 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_MIMETYPE, in onReceive()
249 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()
252 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION, in onReceive()