Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverService.java102 static final String EXTRA_BT_OPP_TRANSFER_ID = field in HandoverService
351 int id = intent.getIntExtra(EXTRA_BT_OPP_TRANSFER_ID, -1);
369 cancelIntent.putExtra(EXTRA_BT_OPP_TRANSFER_ID, id);
/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()