Searched refs:ACTION_HANDOVER_SEND (Results 1 – 3 of 3) sorted by relevance
40 if (action.equals(Constants.ACTION_HANDOVER_SEND) in onReceive()51 if (action.equals(Constants.ACTION_HANDOVER_SEND)) { in onReceive()
92 static final String ACTION_HANDOVER_SEND = "android.nfc.handover.intent.action.HANDOVER_SEND"; field in Constants
78 Intent intent = new Intent(Constants.ACTION_HANDOVER_SEND); in onReceive_withActionHandoverSend_startTransfer()