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

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

Merge "Adding a parameter to limit the number rows returned"

parents 9e0a9d84 5a998dd2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -144199,6 +144199,17 @@
 visibility="public"
>
</field>
<field name="LIMIT_PARAM_KEY"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;limit&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
<class name="ContactsContract.AggregationExceptions"
 extends="java.lang.Object"
+6 −0
Original line number Diff line number Diff line
@@ -138,6 +138,12 @@ public final class ContactsContract {
     */
    public static final String DIRECTORY_PARAM_KEY = "directory";

    /**
     * A query parameter that limits the number of results returned. The
     * parameter value should be an integer.
     */
    public static final String LIMIT_PARAM_KEY = "limit";

    /**
     * @hide
     */