Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance
537 String[] normalizedProjection = normalizeProjection(projection); in query() local541 return new MatrixCursor(normalizedProjection, 0); in query()548 return packageSettingForQuery(setting, normalizedProjection); in query()558 return packageSettingForQuery(setting, normalizedProjection); in query()568 return packageSettingForQuery(setting, normalizedProjection); in query()1189 String[] normalizedProjection = normalizeProjection(projection); in getAllGlobalSettings() local1190 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()1354 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local1355 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()1671 String[] normalizedProjection = normalizeProjection(projection);[all …]