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