Searched refs:ACTION_HANDOVER_SEND (Results 1 – 3 of 3) sorted by relevance
43 static final String ACTION_HANDOVER_SEND = field in BluetoothOppHandover114 intent.setAction(ACTION_HANDOVER_SEND); in sendIntent()
37 if (action.equals(Constants.ACTION_HANDOVER_SEND) || in onReceive()46 if (action.equals(Constants.ACTION_HANDOVER_SEND)) { in onReceive()
84 public static final String ACTION_HANDOVER_SEND = field in Constants