Loading core/api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -6777,7 +6777,7 @@ package android.app { public final class UiAutomation { method public void adoptShellPermissionIdentity(); method public void adoptShellPermissionIdentity(@Nullable java.lang.String...); method public void clearWindowAnimationFrameStats(); method @Deprecated public void clearWindowAnimationFrameStats(); method public boolean clearWindowContentFrameStats(int); method public void dropShellPermissionIdentity(); method public android.view.accessibility.AccessibilityEvent executeAndWaitForEvent(Runnable, android.app.UiAutomation.AccessibilityEventFilter, long) throws java.util.concurrent.TimeoutException; Loading @@ -6786,7 +6786,7 @@ package android.app { method public android.view.accessibility.AccessibilityNodeInfo findFocus(int); method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow(); method public android.accessibilityservice.AccessibilityServiceInfo getServiceInfo(); method public android.view.WindowAnimationFrameStats getWindowAnimationFrameStats(); method @Deprecated public android.view.WindowAnimationFrameStats getWindowAnimationFrameStats(); method public android.view.WindowContentFrameStats getWindowContentFrameStats(int); method public java.util.List<android.view.accessibility.AccessibilityWindowInfo> getWindows(); method @NonNull public android.util.SparseArray<java.util.List<android.view.accessibility.AccessibilityWindowInfo>> getWindowsOnAllDisplays(); core/java/android/app/UiAutomation.java +4 −0 Original line number Diff line number Diff line Loading @@ -1174,7 +1174,9 @@ public final class UiAutomation { * @see android.view.WindowAnimationFrameStats * @see #getWindowAnimationFrameStats() * @see android.R.styleable#WindowAnimation * @deprecated animation-frames are no-longer used. */ @Deprecated public void clearWindowAnimationFrameStats() { try { if (DEBUG) { Loading Loading @@ -1213,7 +1215,9 @@ public final class UiAutomation { * @see android.view.WindowAnimationFrameStats * @see #clearWindowAnimationFrameStats() * @see android.R.styleable#WindowAnimation * @deprecated animation-frames are no-longer used. */ @Deprecated public WindowAnimationFrameStats getWindowAnimationFrameStats() { try { if (DEBUG) { Loading Loading
core/api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -6777,7 +6777,7 @@ package android.app { public final class UiAutomation { method public void adoptShellPermissionIdentity(); method public void adoptShellPermissionIdentity(@Nullable java.lang.String...); method public void clearWindowAnimationFrameStats(); method @Deprecated public void clearWindowAnimationFrameStats(); method public boolean clearWindowContentFrameStats(int); method public void dropShellPermissionIdentity(); method public android.view.accessibility.AccessibilityEvent executeAndWaitForEvent(Runnable, android.app.UiAutomation.AccessibilityEventFilter, long) throws java.util.concurrent.TimeoutException; Loading @@ -6786,7 +6786,7 @@ package android.app { method public android.view.accessibility.AccessibilityNodeInfo findFocus(int); method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow(); method public android.accessibilityservice.AccessibilityServiceInfo getServiceInfo(); method public android.view.WindowAnimationFrameStats getWindowAnimationFrameStats(); method @Deprecated public android.view.WindowAnimationFrameStats getWindowAnimationFrameStats(); method public android.view.WindowContentFrameStats getWindowContentFrameStats(int); method public java.util.List<android.view.accessibility.AccessibilityWindowInfo> getWindows(); method @NonNull public android.util.SparseArray<java.util.List<android.view.accessibility.AccessibilityWindowInfo>> getWindowsOnAllDisplays();
core/java/android/app/UiAutomation.java +4 −0 Original line number Diff line number Diff line Loading @@ -1174,7 +1174,9 @@ public final class UiAutomation { * @see android.view.WindowAnimationFrameStats * @see #getWindowAnimationFrameStats() * @see android.R.styleable#WindowAnimation * @deprecated animation-frames are no-longer used. */ @Deprecated public void clearWindowAnimationFrameStats() { try { if (DEBUG) { Loading Loading @@ -1213,7 +1215,9 @@ public final class UiAutomation { * @see android.view.WindowAnimationFrameStats * @see #clearWindowAnimationFrameStats() * @see android.R.styleable#WindowAnimation * @deprecated animation-frames are no-longer used. */ @Deprecated public WindowAnimationFrameStats getWindowAnimationFrameStats() { try { if (DEBUG) { Loading