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.java600 String[] normalizedProjection = normalizeProjection(projection); in query() local
604 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() local
1418 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllGlobalSettings()
1589 String[] normalizedProjection = normalizeProjection(projection); in getAllSecureSettings() local
1590 MatrixCursor result = new MatrixCursor(normalizedProjection, nameCount); in getAllSecureSettings()
1865 String[] normalizedProjection = normalizeProjection(projection);
[all …]