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

Commit 2ab6dae5 authored by Steve McKay's avatar Steve McKay
Browse files

Update to used EXTRA_TOTAL_SIZE...

QUERY_RESULT_SIZE was renamed.

Change-Id: I28787092fd3c916d53ed46df05d3940beba6ed7c
Test: Build and manual test.
(cherry picked from commit b30f47c9)
parent a0115862
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;
    }
}