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

Commit 7b02d984 authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Remove WebView.getLooper().

We want to rename the method WebView.getLooper() to
WebView.getWebViewLooper().
We have already added the method WebView.getWebViewLooper() so with this
CL we remove the method WebView.getLooper().

Bug: 74831609
Test: make
Change-Id: I2d3c8ddeae032aa27ae3eed30d952a06b0abe854
parent 9c9177eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51308,7 +51308,6 @@ package android.webkit {
    method public android.graphics.Bitmap getFavicon();
    method public android.webkit.WebView.HitTestResult getHitTestResult();
    method public deprecated java.lang.String[] getHttpAuthUsernamePassword(java.lang.String, java.lang.String);
    method public android.os.Looper getLooper();
    method public java.lang.String getOriginalUrl();
    method public int getProgress();
    method public boolean getRendererPriorityWaivedWhenNotVisible();
+0 −8
Original line number Diff line number Diff line
@@ -2455,14 +2455,6 @@ public class WebView extends AbsoluteLayout
        return mWebViewThread;
    }

    /**
     * Returns the {@link Looper} corresponding to the thread on which WebView calls must be made.
     */
    @NonNull
    public Looper getLooper() {
        return mWebViewThread;
    }

    //-------------------------------------------------------------------------
    // Interface for WebView providers
    //-------------------------------------------------------------------------