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()
2758 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2759 ensureSettingsStateLocked(secureKey);2809 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);2810 final SettingsState secureSettingsState = mSettingsStates.get(secureKey);2813 mSettingsStates.remove(secureKey);2819 mSettingsStates.remove(secureKey);3136 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);3137 File secureFile = getSettingsFile(secureKey);3160 final int secureKey = makeKey(SETTINGS_TYPE_SECURE, userId);3161 ensureSettingsStateLocked(secureKey);[all …]