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.java45 static final String ACTION_HANDOVER_SEND = field in BluetoothOppHandover
116 intent.setAction(ACTION_HANDOVER_SEND); in sendIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java37 if (action.equals(Constants.ACTION_HANDOVER_SEND) || action.equals( in onReceive()
50 if (action.equals(Constants.ACTION_HANDOVER_SEND)) { in onReceive()
DConstants.java85 static final String ACTION_HANDOVER_SEND = "android.nfc.handover.intent.action.HANDOVER_SEND"; field in Constants