Searched refs:secureKey (Results 1 – 2 of 2) sorted by relevance
101 final int secureKey = SettingsProvider.makeKey( in onUserRemoved() local103 resetSlotForKeyLocked(secureKey, mKeyToIndexMap, backingStore); in onUserRemoved()
2878 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2879 ensureSettingsStateLocked(secureKey);2929 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2930 final SettingsState secureSettingsState = mSettingsStates.get(secureKey);2933 mSettingsStates.remove(secureKey);2939 mSettingsStates.remove(secureKey);3254 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);3255 File secureFile = getSettingsFile(secureKey);3278 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);3279 ensureSettingsStateLocked(secureKey);[all …]