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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 120 public static final String EXTRA_BT_OPP_TRANSFER_DIRECTION =
BluetoothOppReceiver.java 236 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
239 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
BluetoothOppNotification.java 302 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
305 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 79 static final String EXTRA_BT_OPP_TRANSFER_DIRECTION =
327 int direction = intent.getIntExtra(EXTRA_BT_OPP_TRANSFER_DIRECTION, -1);

Completed in 1062 milliseconds