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

  /frameworks/support/paging/runtime/src/androidTest/java/android/arch/paging/
ContiguousDiffHelperTest.java 41 private static final DiffCallback<String> DIFF_CALLBACK = new DiffCallback<String>() {
57 DIFF_CALLBACK, false);
  /frameworks/support/paging/integration-tests/testapp/src/main/java/android/arch/paging/integration/testapp/
Item.java 48 static final DiffCallback<Item> DIFF_CALLBACK = new DiffCallback<Item>() {
PagedListItemAdapter.java 31 super(Item.DIFF_CALLBACK);
  /frameworks/support/room/integration-tests/testapp/src/main/java/android/arch/persistence/room/integration/testapp/
PagedListCustomerAdapter.java 39 super(Customer.DIFF_CALLBACK);

Completed in 609 milliseconds