Loading media/java/android/media/midi/MidiManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -228,7 +228,7 @@ public final class MidiManager { * Registers a callback to receive notifications when MIDI 1.0 devices are added and removed. * Registers a callback to receive notifications when MIDI 1.0 devices are added and removed. * These are devices that do not default to Universal MIDI Packets. To register for a callback * These are devices that do not default to Universal MIDI Packets. To register for a callback * for those, call {@link #registerDeviceCallback} instead. * for those, call {@link #registerDeviceCallback} instead. * * The {@link DeviceCallback#onDeviceStatusChanged} method will be called immediately * The {@link DeviceCallback#onDeviceStatusChanged} method will be called immediately * for any devices that have open ports. This allows applications to know which input * for any devices that have open ports. This allows applications to know which input * ports are already in use and, therefore, unavailable. * ports are already in use and, therefore, unavailable. Loading Loading
media/java/android/media/midi/MidiManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -228,7 +228,7 @@ public final class MidiManager { * Registers a callback to receive notifications when MIDI 1.0 devices are added and removed. * Registers a callback to receive notifications when MIDI 1.0 devices are added and removed. * These are devices that do not default to Universal MIDI Packets. To register for a callback * These are devices that do not default to Universal MIDI Packets. To register for a callback * for those, call {@link #registerDeviceCallback} instead. * for those, call {@link #registerDeviceCallback} instead. * * The {@link DeviceCallback#onDeviceStatusChanged} method will be called immediately * The {@link DeviceCallback#onDeviceStatusChanged} method will be called immediately * for any devices that have open ports. This allows applications to know which input * for any devices that have open ports. This allows applications to know which input * ports are already in use and, therefore, unavailable. * ports are already in use and, therefore, unavailable. Loading