Home
last modified time | relevance | path

Searched refs:exponentInstallationId (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentSharedPreferences.kt20 private val exponentInstallationId = ExponentInstallationId(context, sharedPreferences) constant
67 return exponentInstallationId.getUUID() in getUUID()
71 return exponentInstallationId.getOrCreateUUID() in getOrCreateUUID()
/expo/packages/expo-constants/android/src/main/java/expo/modules/constants/
H A DConstantsService.kt31 private val exponentInstallationId: ExponentInstallationId = ExponentInstallationId(context) in <lambda>() constant in expo.modules.constants.ConstantsService
81 open fun getOrCreateInstallationId(): String = exponentInstallationId.getOrCreateUUID() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/constants/
H A DConstantsService.kt31 private val exponentInstallationId: ExponentInstallationId = ExponentInstallationId(context) in <lambda>() constant in abi49_0_0.expo.modules.constants.ConstantsService
81 open fun getOrCreateInstallationId(): String = exponentInstallationId.getOrCreateUUID() in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/constants/
H A DConstantsService.kt33 private val exponentInstallationId: ExponentInstallationId = ExponentInstallationId(context) in <lambda>() constant in abi47_0_0.expo.modules.constants.ConstantsService
86 open fun getOrCreateInstallationId(): String = exponentInstallationId.getOrCreateUUID() in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/constants/
H A DConstantsService.kt33 private val exponentInstallationId: ExponentInstallationId = ExponentInstallationId(context) in <lambda>() constant in abi48_0_0.expo.modules.constants.ConstantsService
86 open fun getOrCreateInstallationId(): String = exponentInstallationId.getOrCreateUUID() in <lambda>()