Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance
416 String[] normalizedProjection = normalizeProjection(projection); in query() local420 return new MatrixCursor(normalizedProjection, 0); in query()427 return packageSettingForQuery(setting, normalizedProjection); in query()437 return packageSettingForQuery(setting, normalizedProjection); in query()447 return packageSettingForQuery(setting, normalizedProjection); in query()900 String[] normalizedProjection = normalizeProjection(projection); in getAllGlobalSettings() local901 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()1044 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local1045 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()1309 String[] normalizedProjection = normalizeProjection(projection);[all …]