Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java41 || action.equals(Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { in onReceive()
56 } else if (action.equals(Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { in onReceive()
DConstants.java95 static final String ACTION_HANDOVER_SEND_MULTIPLE = field in Constants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiverTest.java105 Intent intent = new Intent(Constants.ACTION_HANDOVER_SEND_MULTIPLE); in onReceive_withActionHandoverSendMultiple_startTransfer()