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

Commit f02e4b1e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update to used EXTRA_TOTAL_SIZE..." into arc-apps

parents 8afb275e 2ab6dae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class PagingProvider extends TestRootProvider {
        for (int i = 0; i < numItems; i++) {
            addFile(c, String.format("%05d", offset + i));
        }
        extras.putInt(ContentResolver.QUERY_RESULT_SIZE, recordsetSize);
        extras.putInt(ContentResolver.EXTRA_TOTAL_SIZE, recordsetSize);
        return c;
    }
}