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.java78 int id = intent.getIntExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, -1); in onReceive()
DConstants.java128 public static final String EXTRA_BT_OPP_TRANSFER_ID = field in Constants
DBluetoothOppReceiver.java242 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID); in onReceive()
DBluetoothOppNotification.java308 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, item.id); in updateActiveNotification()