summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2015-05-15 14:35:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-15 14:35:50 +0000
commit0c72f4f9d04077f2fe96b486b8501303325a54af (patch)
treeb07cd626d7ce4523e2aa0afb0e28ddd88d90474e /api/system-current.txt
parentf02fd46d34624b4549565be777deff8328bbdc05 (diff)
parentf62c7428e78b1559ccc61e2d645c31ce10199c60 (diff)
downloadframeworks_base-0c72f4f9d04077f2fe96b486b8501303325a54af.zip
frameworks_base-0c72f4f9d04077f2fe96b486b8501303325a54af.tar.gz
frameworks_base-0c72f4f9d04077f2fe96b486b8501303325a54af.tar.bz2
Merge "Change AudioDevicesInfo.getFormats() to getEncodings()." into mnc-dev
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 4a10abb..ff42705c 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -15914,7 +15914,7 @@ package android.media {
method public int[] getChannelCounts();
method public int[] getChannelIndexMasks();
method public int[] getChannelMasks();
- method public int[] getFormats();
+ method public int[] getEncodings();
method public int getId();
method public java.lang.CharSequence getProductName();
method public int[] getSampleRates();