diff options
| author | 2010-11-23 13:34:04 -0800 | |
|---|---|---|
| committer | 2010-11-23 13:34:04 -0800 | |
| commit | 4f4180737ca5cfd50e4ec9d3d85a12e6c811f4bf (patch) | |
| tree | 1d2db50204010ed73012a25565676bfb4e490d56 /api/current.xml | |
| parent | 533ada42609bd9f3fde51784e7558eb01e6fb19c (diff) | |
| parent | f3db1af8d55ab247b6db67baf4fe772c18f33cab (diff) | |
Merge "Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodInfo, List<InputMethodSubtype>>"
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml index e6ac50733f8e..86e8f8bf245f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -221206,7 +221206,7 @@ > </method> <method name="getShortcutInputMethodsAndSubtypes" - return="java.util.List<android.util.Pair<android.view.inputmethod.InputMethodInfo, android.view.inputmethod.InputMethodSubtype>>" + return="java.util.Map<android.view.inputmethod.InputMethodInfo, java.util.List<android.view.inputmethod.InputMethodSubtype>>" abstract="false" native="false" synchronized="false" @@ -249195,7 +249195,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |