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

Commit 5aed4b82 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Add AbstractCursor.getNotificationUri."

parents 6734b9f6 90bf7c79
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;
    }