Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance
600 String[] normalizedProjection = normalizeProjection(projection); in query() local604 return new MatrixCursor(normalizedProjection, 0); in query()611 return packageSettingForQuery(setting, normalizedProjection); in query()620 return packageSettingForQuery(setting, normalizedProjection); in query()629 return packageSettingForQuery(setting, normalizedProjection); in query()1417 String[] normalizedProjection = normalizeProjection(projection); in getAllGlobalSettings() local1418 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()1589 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local1590 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()1865 String[] normalizedProjection = normalizeProjection(projection);[all …]