Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java96 int id = intent.getIntExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, -1); in onReceive()
DConstants.java134 static final String EXTRA_BT_OPP_TRANSFER_ID = "android.nfc.handover.intent.extra.TRANSFER_ID"; field in Constants
DBluetoothOppReceiver.java281 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()
DBluetoothOppNotification.java394 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, item.id); in updateActiveNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiverTest.java144 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, 0); in onReceive_withActionStopHandover_triggerContentResolverDelete()