Searched refs:receive (Results 1 – 4 of 4) sorted by relevance
8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
8 This sample demonstrates how to use the MIDI API to receive and play MIDI messages coming from an
13 your application will not receive an Intent on the receiving device. Instead, the system
69 receive(view.getContext(), uriContent); in onReceiveContent()87 private void receive(@NonNull Context context, @NonNull ContentInfo payload) { in receive() method in MyReceiver