HomeSort by relevance Sort by last modified time
    Searched refs:UNPAGED_URI (Results 1 - 3 of 3) sorted by null

  /frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
LoaderQueryRunnerTest.java 20 import static androidx.contentpager.content.TestContentProvider.UNPAGED_URI;
66 UNPAGED_URI,
84 mCallback.assertReceivedContent(UNPAGED_URI, query.getId());
ContentPagerTest.java 22 import static androidx.contentpager.content.TestContentProvider.UNPAGED_URI;
181 UNPAGED_URI,
221 UNPAGED_URI,
228 UNPAGED_URI,
237 UNPAGED_URI,
265 Uri uri = TestContentProvider.forceRecordCount(UNPAGED_URI, 22);
315 UNPAGED_URI,
353 UNPAGED_URI,
374 UNPAGED_URI,
383 mResolver.notifyChange(UNPAGED_URI, null)
    [all...]
TestContentProvider.java 48 public static final Uri UNPAGED_URI = new Uri.Builder()

Completed in 305 milliseconds