Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/beam/
DBluetoothOppHandover.java43 static final String ACTION_HANDOVER_SEND = field in BluetoothOppHandover
114 intent.setAction(ACTION_HANDOVER_SEND); in sendIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java37 if (action.equals(Constants.ACTION_HANDOVER_SEND) || in onReceive()
46 if (action.equals(Constants.ACTION_HANDOVER_SEND)) { in onReceive()
DConstants.java84 public static final String ACTION_HANDOVER_SEND = field in Constants