Home
last modified time | relevance | path

Searched refs:normalizedProjection (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java416 String[] normalizedProjection = normalizeProjection(projection); in query() local
420 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() local
901 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()
1044 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local
1045 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()
1309 String[] normalizedProjection = normalizeProjection(projection);
[all …]