Home
last modified time | relevance | path

Searched refs:mSharedPreferences (Results 1 – 6 of 6) sorted by relevance

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DScopedErrorRecoveryModule.kt15 override val mSharedPreferences: SharedPreferences = run { in <lambda>() constant
24 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()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/errorrecovery/
H A DErrorRecoveryModule.kt14 …protected open val mSharedPreferences: SharedPreferences = context.applicationContext.getSharedPre… constant
31 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()
/expo/packages/expo-constants/android/src/main/java/expo/modules/constants/
H A DExponentInstallationId.kt30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in expo.modules.constants.ExponentInstallationId
64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()
78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/constants/
H A DExponentInstallationId.kt30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in abi49_0_0.expo.modules.constants.ExponentInstallationId
64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()
78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/constants/
H A DExponentInstallationId.kt30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in abi47_0_0.expo.modules.constants.ExponentInstallationId
64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()
78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/constants/
H A DExponentInstallationId.kt30 …private val mSharedPreferences: SharedPreferences = context.getSharedPreferences(PREFERENCES_FILE_… in <lambda>() constant in abi48_0_0.expo.modules.constants.ExponentInstallationId
64 val legacyUuid = mSharedPreferences.getString(LEGACY_UUID_KEY, null) in <lambda>()
78 mSharedPreferences.edit().remove(LEGACY_UUID_KEY).apply() in <lambda>()