Searched refs:secureKey (Results 1 – 2 of 2) sorted by relevance
99 final int secureKey = SettingsProvider.makeKey( in onUserRemoved() local101 resetSlotForKeyLocked(secureKey, mKeyToIndexMap, backingStore); in onUserRemoved()
2575 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2576 ensureSettingsStateLocked(secureKey);2626 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2627 final SettingsState secureSettingsState = mSettingsStates.get(secureKey);2630 mSettingsStates.remove(secureKey);2636 mSettingsStates.remove(secureKey);2923 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2924 File secureFile = getSettingsFile(secureKey);2947 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2948 ensureSettingsStateLocked(secureKey);[all …]