Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DGenerationRegistryTest.java56 final int systemKey = SettingsState.makeKey(SettingsState.SETTINGS_TYPE_SYSTEM, 0); in testGenerationsWithRegularSetting() local
58 generationRegistry.addGenerationData(b, systemKey, testSystemSetting); in testGenerationsWithRegularSetting()
63 generationRegistry.addGenerationData(b, systemKey, testSystemSetting2); in testGenerationsWithRegularSetting()
67 generationRegistry.incrementGeneration(systemKey, testSystemSetting); in testGenerationsWithRegularSetting()
68 generationRegistry.incrementGeneration(systemKey, testSystemSetting); in testGenerationsWithRegularSetting()
69 generationRegistry.addGenerationData(b, systemKey, testSystemSetting); in testGenerationsWithRegularSetting()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java191 final int systemKey = SettingsState.makeKey( in onUserRemoved() local
199 if (mKeyToIndexMapMap.containsKey(systemKey)) { in onUserRemoved()
200 destroyBackingStoreLocked(systemKey); in onUserRemoved()
201 mKeyToIndexMapMap.remove(systemKey); in onUserRemoved()
H A DSettingsProvider.java3114 final int systemKey = makeKey(SETTINGS_TYPE_SYSTEM, userId);
3115 ensureSettingsStateLocked(systemKey);
3140 final int systemKey = makeKey(SETTINGS_TYPE_SYSTEM, userId);
3141 final SettingsState systemSettingsState = mSettingsStates.get(systemKey);
3144 mSettingsStates.remove(systemKey);
3150 mSettingsStates.remove(systemKey);
3456 final int systemKey = makeKey(SETTINGS_TYPE_SYSTEM, userId);
3457 SettingsState systemSettings = mSettingsStates.get(systemKey);
3536 final int systemKey = makeKey(SETTINGS_TYPE_SYSTEM, userId);
3537 ensureSettingsStateLocked(systemKey);
[all …]