Home
last modified time | relevance | path

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

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