diff options
author | Mike Lockwood <lockwood@google.com> | 2015-04-09 17:51:32 -0700 |
---|---|---|
committer | Mike Lockwood <lockwood@google.com> | 2015-04-10 08:49:47 -0700 |
commit | 9189f5f0252e1ef3e7d00978ef12e964565dd6f1 (patch) | |
tree | bccb5a0d3dce8152eb7248e06bdadb9e76688cb8 /api | |
parent | d954fbb9675199122bc431cb6b62f802cd7afaf4 (diff) | |
download | frameworks_base-9189f5f0252e1ef3e7d00978ef12e964565dd6f1.zip frameworks_base-9189f5f0252e1ef3e7d00978ef12e964565dd6f1.tar.gz frameworks_base-9189f5f0252e1ef3e7d00978ef12e964565dd6f1.tar.bz2 |
Add MidiDeviceInfo.getPortList()
This replaces MidiDeviceInfo.getInputPortInfo() and getOutputPortInfo()
Change-Id: I0a9bc7c34a172a072e86718d465967c6c618fb3b
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 | ||||
-rw-r--r-- | api/system-current.txt | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt index a13ff67..e255198 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16762,9 +16762,8 @@ package android.media.midi { method public int describeContents(); method public int getId(); method public int getInputPortCount(); - method public android.media.midi.MidiDeviceInfo.PortInfo getInputPortInfo(int); method public int getOutputPortCount(); - method public android.media.midi.MidiDeviceInfo.PortInfo getOutputPortInfo(int); + method public android.media.midi.MidiDeviceInfo.PortInfo[] getPortList(); method public android.os.Bundle getProperties(); method public int getType(); method public boolean isPrivate(); diff --git a/api/system-current.txt b/api/system-current.txt index 310de53..106f141 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -18038,9 +18038,8 @@ package android.media.midi { method public int describeContents(); method public int getId(); method public int getInputPortCount(); - method public android.media.midi.MidiDeviceInfo.PortInfo getInputPortInfo(int); method public int getOutputPortCount(); - method public android.media.midi.MidiDeviceInfo.PortInfo getOutputPortInfo(int); + method public android.media.midi.MidiDeviceInfo.PortInfo[] getPortList(); method public android.os.Bundle getProperties(); method public int getType(); method public boolean isPrivate(); |