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