Searched refs:mSharedPreferences (Results 1 – 6 of 6) sorted by relevance
15 override val mSharedPreferences: SharedPreferences = run { in <lambda>() constant24 mSharedPreferences.edit().putString(experienceKey.scopeKey, props).commit() in setRecoveryProps()28 return mSharedPreferences.getString(experienceKey.scopeKey, null)?.let { in consumeRecoveryProps()29 mSharedPreferences.edit().remove(experienceKey.scopeKey).commit() in consumeRecoveryProps()
14 …protected open val mSharedPreferences: SharedPreferences = context.applicationContext.getSharedPre… constant31 mSharedPreferences.edit().putString(RECOVERY_STORE_KEY, props).commit() in setRecoveryProps()35 return mSharedPreferences.getString(RECOVERY_STORE_KEY, null)?.let { in consumeRecoveryProps()36 mSharedPreferences.edit().remove(RECOVERY_STORE_KEY).commit() in consumeRecoveryProps()
30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in expo.modules.constants.ExponentInstallationId64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()
30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in abi49_0_0.expo.modules.constants.ExponentInstallationId64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()
30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in abi47_0_0.expo.modules.constants.ExponentInstallationId64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()
30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in abi48_0_0.expo.modules.constants.ExponentInstallationId64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()