Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance
599 String[] normalizedProjection = normalizeProjection(projection); in query() local603 return new MatrixCursor(normalizedProjection, 0); in query()610 return packageSettingForQuery(setting, normalizedProjection); in query()620 return packageSettingForQuery(setting, normalizedProjection); in query()630 return packageSettingForQuery(setting, normalizedProjection); in query()1335 String[] normalizedProjection = normalizeProjection(projection); in getAllGlobalSettings() local1336 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()1510 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local1511 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()1789 String[] normalizedProjection = normalizeProjection(projection);[all …]