Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java271 Intent handoverIntent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_DONE); in onReceive() local
273 handoverIntent.putExtra( in onReceive()
277 handoverIntent.putExtra( in onReceive()
281 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()
282 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()
285 handoverIntent.putExtra( in onReceive()
288 handoverIntent.putExtra( in onReceive()
290 handoverIntent.putExtra( in onReceive()
293 handoverIntent.putExtra( in onReceive()
298 handoverIntent, in onReceive()