HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_BT_OPP_TRANSFER_ID (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 78 int id = intent.getIntExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, -1);
Constants.java 128 public static final String EXTRA_BT_OPP_TRANSFER_ID =
BluetoothOppReceiver.java 242 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, transInfo.mID);
BluetoothOppNotification.java 308 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, item.id);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 102 static final String EXTRA_BT_OPP_TRANSFER_ID =
351 int id = intent.getIntExtra(EXTRA_BT_OPP_TRANSFER_ID, -1);
369 cancelIntent.putExtra(EXTRA_BT_OPP_TRANSFER_ID, id);

Completed in 59 milliseconds