summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-09-12 18:01:28 -0700
committerJeff Brown <jeffbrown@google.com>2010-09-12 18:01:28 -0700
commitabeea05b30527bfea467aa6dfe2cf6ff5f298d26 (patch)
treecf2a26947c80cdc85ebf42306c0d440d75f67e98 /api
parent692065128e66de77470de2c50ead2bef0452952a (diff)
downloadframeworks_base-abeea05b30527bfea467aa6dfe2cf6ff5f298d26.zip
frameworks_base-abeea05b30527bfea467aa6dfe2cf6ff5f298d26.tar.gz
frameworks_base-abeea05b30527bfea467aa6dfe2cf6ff5f298d26.tar.bz2
Undo API patch due to field pulled up to superclass.
Earlier we extracted a common superclass InputEvent from KeyEvent and MotionEvent. During this process, getDeviceId() and mDeviceId were moved to the superclass. The API change tracking was unable to automatically figure out that the method had just been moved up to the superclass (still binary compatible) so we patched up 9.xml manually to fool it. Unfortunately mDeviceId slipped in there when it should not have since it should have been marked with @hide. This change just removes mDeviceId. Change-Id: I5fca14c8dc6f98952b8afbdb6e034824a22bdb1d
Diffstat (limited to 'api')
-rw-r--r--api/9.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/api/9.xml b/api/9.xml
index b266352..9ff1287 100644
--- a/api/9.xml
+++ b/api/9.xml
@@ -167793,16 +167793,6 @@
visibility="public"
>
</method>
-<field name="mDeviceId"
- type="int"
- transient="false"
- volatile="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="protected"
->
-</field>
</class>
<class name="KeyCharacterMap"
extends="java.lang.Object"