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