Home
last modified time | relevance | path

Searched refs:withDefaultProjection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java599 .withDefaultProjection( in createsContactsFromCursor()
625 .withDefaultProjection( in excludesEmptyContactsFromResult()
653 .withDefaultProjection( in usesSimCardSubscriptionIdIfAvailable()
668 .withDefaultProjection( in returnsEmptyListForEmptyCursor()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java85 public Query withDefaultProjection(String... projection) { in withDefaultProjection() method in MockContentProvider.Query