Searched refs:ACTION_HANDOVER_SEND (Results 1 – 3 of 3) sorted by relevance
45 static final String ACTION_HANDOVER_SEND = field in BluetoothOppHandover116 intent.setAction(ACTION_HANDOVER_SEND); in sendIntent()
37 if (action.equals(Constants.ACTION_HANDOVER_SEND) || action.equals( in onReceive()50 if (action.equals(Constants.ACTION_HANDOVER_SEND)) { in onReceive()
85 static final String ACTION_HANDOVER_SEND = "android.nfc.handover.intent.action.HANDOVER_SEND"; field in Constants