Home
last modified time | relevance | path

Searched refs:getOrCreateUUID (Results 1 – 25 of 26) sorted by relevance

12

/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt29 return legacyUuid ?: exponentSharedPreferences.getOrCreateUUID() in getInstallationId()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt34 promise.resolve(exponentSharedPreferences.getOrCreateUUID()) in getInstallationIdAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt34 promise.resolve(exponentSharedPreferences.getOrCreateUUID()) in getInstallationIdAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt34 promise.resolve(exponentSharedPreferences.getOrCreateUUID()) in getInstallationIdAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/serverregistration/
H A DServerRegistrationModule.java28 promise.resolve(mInstallationId.getOrCreateUUID()); in getInstallationIdAsync()
H A DInstallationId.java95 public String getOrCreateUUID() { in getOrCreateUUID() method in InstallationId
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/serverregistration/
H A DServerRegistrationModule.java28 promise.resolve(mInstallationId.getOrCreateUUID()); in getInstallationIdAsync()
H A DInstallationId.java95 public String getOrCreateUUID() { in getOrCreateUUID() method in InstallationId
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/serverregistration/
H A DServerRegistrationModule.java28 promise.resolve(mInstallationId.getOrCreateUUID()); in getInstallationIdAsync()
H A DInstallationId.java95 public String getOrCreateUUID() { in getOrCreateUUID() method in InstallationId
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentSharedPreferences.kt70 fun getOrCreateUUID(): String { in getOrCreateUUID() method in host.exp.exponent.storage.ExponentSharedPreferences
71 return exponentInstallationId.getOrCreateUUID() in getOrCreateUUID()
H A DExponentInstallationId.kt75 fun getOrCreateUUID(): String { in <lambda>() method
/expo/packages/expo-constants/android/src/main/java/expo/modules/constants/
H A DExponentInstallationId.kt86 fun getOrCreateUUID(): String { in <lambda>() method in expo.modules.constants.ExponentInstallationId
H A DConstantsService.kt81 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 DExponentInstallationId.kt86 fun getOrCreateUUID(): String { in <lambda>() method in abi49_0_0.expo.modules.constants.ExponentInstallationId
H A DConstantsService.kt81 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 DExponentInstallationId.kt86 fun getOrCreateUUID(): String { in <lambda>() method in abi47_0_0.expo.modules.constants.ExponentInstallationId
H A DConstantsService.kt86 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 DExponentInstallationId.kt86 fun getOrCreateUUID(): String { in <lambda>() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/serverregistration/
H A DInstallationId.java95 public String getOrCreateUUID() { in getOrCreateUUID() method in InstallationId
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt75 return exponentSharedPreferences.getOrCreateUUID() in getOrCreateInstallationId()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt75 return exponentSharedPreferences.getOrCreateUUID() in getOrCreateInstallationId()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt75 return exponentSharedPreferences.getOrCreateUUID() in getOrCreateInstallationId()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt75 return exponentSharedPreferences.getOrCreateUUID() in getOrCreateInstallationId()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt79 val uuid = exponentSharedPreferences.getOrCreateUUID() in onHandleIntent()

12