Home
last modified time | relevance | path

Searched refs:ACTION_HANDOVER_SEND (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java40 if (action.equals(Constants.ACTION_HANDOVER_SEND) in onReceive()
51 if (action.equals(Constants.ACTION_HANDOVER_SEND)) { in onReceive()
DConstants.java92 static final String ACTION_HANDOVER_SEND = "android.nfc.handover.intent.action.HANDOVER_SEND"; field in Constants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiverTest.java78 Intent intent = new Intent(Constants.ACTION_HANDOVER_SEND); in onReceive_withActionHandoverSend_startTransfer()