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

Commit 48395385 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb

parents 788c5185 4afde4fd
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -43822,17 +43822,6 @@
<parameter name="delayMS" type="long">
</parameter>
</method>
<method name="waitForLoader"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</method>
</class>
<class name="BroadcastReceiver"
 extends="java.lang.Object"
+0 −11
Original line number Diff line number Diff line
@@ -43822,17 +43822,6 @@
<parameter name="delayMS" type="long">
</parameter>
</method>
<method name="waitForLoader"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</method>
</class>
<class name="BroadcastReceiver"
 extends="java.lang.Object"
+3 −1
Original line number Diff line number Diff line
@@ -245,6 +245,8 @@ public abstract class AsyncTaskLoader<D> extends Loader<D> {
     * thread would cause a deadlock.
     * <p>
     * Use for testing only.  <b>Never</b> call this from a UI thread.
     *
     * @hide
     */
    public void waitForLoader() {
        LoadTask task = mTask;