summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-03-25 13:52:48 +0900
committersatok <satok@google.com>2011-03-26 06:12:58 +0900
commitc50232d517d7b99ae3c3e073f04eb6799c876e8c (patch)
treed5fc5f5c5afb71e6f0c5b5e7eaa4af6f91827602 /api
parent8da36372a390c76cbd3985b93eea881ad6a43040 (diff)
downloadframeworks_base-c50232d517d7b99ae3c3e073f04eb6799c876e8c.zip
frameworks_base-c50232d517d7b99ae3c3e073f04eb6799c876e8c.tar.gz
frameworks_base-c50232d517d7b99ae3c3e073f04eb6799c876e8c.tar.bz2
Add hashCode to InputMethodInfo
The uniqueness of InputMethodInfo was guaranteed by mId (like InputMethodInfo#equals), but the hashCode was not implemented in the same way. This change fixes a problem happening when the user gets the hashCode of InputMethodInfo obtained through IPC. Change-Id: Ib876c5cb0d778481100597ec31202f94fb7b8f37
Diffstat (limited to 'api')
-rw-r--r--api/current.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index df2c756..059322d 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -267763,7 +267763,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="arg0" type="T">
+<parameter name="t" type="T">
</parameter>
</method>
</interface>