From abeea05b30527bfea467aa6dfe2cf6ff5f298d26 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Sun, 12 Sep 2010 18:01:28 -0700 Subject: [PATCH] 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 --- api/9.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/9.xml b/api/9.xml index b266352f85f1f..9ff1287595670 100644 --- a/api/9.xml +++ b/api/9.xml @@ -167793,16 +167793,6 @@ visibility="public" > - -