Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java89 int id = intent.getIntExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, -1); in onReceive()
DConstants.java127 static final String EXTRA_BT_OPP_TRANSFER_ID = "android.nfc.handover.intent.extra.TRANSFER_ID"; field in Constants
DBluetoothOppReceiver.java238 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()
DBluetoothOppNotification.java350 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, item.id); in updateActiveNotification()