Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5459781b authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

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
parent 7a1eb5cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);