From 5459781b83be263cdce17c23e636f095b9d9c47b Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Wed, 18 May 2011 19:44:31 -0700 Subject: Fixing the build 1. Updated the 14.txt with the new methods in Accessibility record since I made a mistake duing that. I had to do this because I have factored out some stuff from AccessibilityEvent to AccessibilityRecord and the API check does not detect that the APIs have not changed. Change-Id: Ieed504634e0af909eada16f58f922cb78cb841ba --- api/14.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/14.txt b/api/14.txt index ebb4308fb3ab..17debbd477a6 100644 --- a/api/14.txt +++ b/api/14.txt @@ -22002,7 +22002,8 @@ package android.view.accessibility { method public boolean isEnabled(); method public boolean isFullScreen(); method public boolean isPassword(); - method protected static android.view.accessibility.AccessibilityRecord obtain(); + method public static android.view.accessibility.AccessibilityRecord obtain(); + method public static android.view.accessibility.AccessibilityRecord obtain(android.view.accessibility.AccessibilityRecord); method public void recycle(); method public void setAddedCount(int); method public void setBeforeText(java.lang.CharSequence); -- cgit v1.2.3-59-g8ed1b