Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance
550 String[] normalizedProjection = normalizeProjection(projection); in query() local554 return new MatrixCursor(normalizedProjection, 0); in query()561 return packageSettingForQuery(setting, normalizedProjection); in query()571 return packageSettingForQuery(setting, normalizedProjection); in query()581 return packageSettingForQuery(setting, normalizedProjection); in query()1185 String[] normalizedProjection = normalizeProjection(projection); in getAllGlobalSettings() local1186 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()1329 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local1330 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()1636 String[] normalizedProjection = normalizeProjection(projection);[all …]