Searched defs:LastNameAscCustomerDataSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/database/
H A DLastNameAscCustomerDataSource.java30 public class LastNameAscCustomerDataSource extends ItemKeyedDataSource<String, Customer> { class in inherits:ItemKeyedDataSource
40 return new LastNameAscCustomerDataSource(db);
48 private LastNameAscCustomerDataSource(SampleDatabase db) { method in class:LastNameAscCustomerDataSource

Completed in 198 milliseconds