Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/beam/
DBluetoothOppHandover.java46 static final String ACTION_HANDOVER_SEND_MULTIPLE = field in BluetoothOppHandover
117 intent.setAction(ACTION_HANDOVER_SEND_MULTIPLE); in sendIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java38 action.equals(Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { in onReceive()
57 } else if (action.equals(Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { in onReceive()
DConstants.java88 public static final String ACTION_HANDOVER_SEND_MULTIPLE = field in Constants