Searched defs:getKeyStatic (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.java67 public static String getKeyStatic(@NonNull Customer customer) { method in class:LastNameAscCustomerDataSource
74 return getKeyStatic(customer);

Completed in 97 milliseconds