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

Commit 90bf7c79 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add AbstractCursor.getNotificationUri.

We'll need it for some tests.

Change-Id: I5db9f570d8ff2f58c73654fbe4a6df881894f865
parent b5845dfc
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -60708,6 +60708,17 @@
<parameter name="column" type="int">
</parameter>
</method>
<method name="getNotificationUri"
 return="android.net.Uri"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</method>
<method name="getPosition"
 return="int"
 abstract="false"
+4 −0
Original line number Diff line number Diff line
@@ -374,6 +374,10 @@ public abstract class AbstractCursor implements CrossProcessCursor {
        }
    }

    public Uri getNotificationUri() {
        return mNotifyUri;
    }

    public boolean getWantsAllOnMoveCalls() {
        return false;
    }