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

Commit f83d9b3f authored by Fred Quintana's avatar Fred Quintana
Browse files

fix build breakage

parent 5bba632d
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -27420,29 +27420,6 @@
<parameter name="orderBy" type="java.lang.String">
</parameter>
</method>
<method name="startQueryEntities"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="token" type="int">
</parameter>
<parameter name="cookie" type="java.lang.Object">
</parameter>
<parameter name="uri" type="android.net.Uri">
</parameter>
<parameter name="selection" type="java.lang.String">
</parameter>
<parameter name="selectionArgs" type="java.lang.String[]">
</parameter>
<parameter name="orderBy" type="java.lang.String">
</parameter>
</method>
<method name="startUpdate"
 return="void"
 abstract="false"
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ public abstract class AsyncQueryHandler extends Handler {
     * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
     *            (excluding the ORDER BY itself). Passing null will use the
     *            default sort order, which may be unordered.
     * @hide
     */
    public void startQueryEntities(int token, Object cookie, Uri uri, String selection,
            String[] selectionArgs, String orderBy) {