Searched refs:getDefaultProjection (Results 1 – 1 of 1) sorted by relevance
5558 projection = projection == null ? getDefaultProjection(uri) : projection; in createEmptyCursor()5593 projection = getDefaultProjection(uri); in queryDirectoryAuthority()9285 private static String[] getDefaultProjection(Uri uri) { in getDefaultProjection() method in ContactsProvider2