Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance
624 String[] normalizedProjection = normalizeProjection(projection); in query() local628 return new MatrixCursor(normalizedProjection, 0); in query()635 return packageSettingForQuery(setting, normalizedProjection); in query()645 return packageSettingForQuery(setting, normalizedProjection); in query()655 return packageSettingForQuery(setting, normalizedProjection); in query()1416 String[] normalizedProjection = normalizeProjection(projection); in getAllGlobalSettings() local1417 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()1591 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local1592 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()1870 String[] normalizedProjection = normalizeProjection(projection);[all …]