| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedServerRegistrationModule.kt | 29 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 D | ScopedServerRegistrationModule.kt | 34 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 D | ScopedServerRegistrationModule.kt | 34 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 D | ScopedServerRegistrationModule.kt | 34 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 D | ServerRegistrationModule.java | 28 promise.resolve(mInstallationId.getOrCreateUUID()); in getInstallationIdAsync()
|
| H A D | InstallationId.java | 95 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 D | ServerRegistrationModule.java | 28 promise.resolve(mInstallationId.getOrCreateUUID()); in getInstallationIdAsync()
|
| H A D | InstallationId.java | 95 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 D | ServerRegistrationModule.java | 28 promise.resolve(mInstallationId.getOrCreateUUID()); in getInstallationIdAsync()
|
| H A D | InstallationId.java | 95 public String getOrCreateUUID() { in getOrCreateUUID() method in InstallationId
|
| /expo/android/expoview/src/main/java/host/exp/exponent/storage/ |
| H A D | ExponentSharedPreferences.kt | 70 fun getOrCreateUUID(): String { in getOrCreateUUID() method in host.exp.exponent.storage.ExponentSharedPreferences 71 return exponentInstallationId.getOrCreateUUID() in getOrCreateUUID()
|
| H A D | ExponentInstallationId.kt | 75 fun getOrCreateUUID(): String { in <lambda>() method
|
| /expo/packages/expo-constants/android/src/main/java/expo/modules/constants/ |
| H A D | ExponentInstallationId.kt | 86 fun getOrCreateUUID(): String { in <lambda>() method in expo.modules.constants.ExponentInstallationId
|
| H A D | ConstantsService.kt | 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 D | ExponentInstallationId.kt | 86 fun getOrCreateUUID(): String { in <lambda>() method in abi49_0_0.expo.modules.constants.ExponentInstallationId
|
| H A D | ConstantsService.kt | 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 D | ExponentInstallationId.kt | 86 fun getOrCreateUUID(): String { in <lambda>() method in abi47_0_0.expo.modules.constants.ExponentInstallationId
|
| H A D | ConstantsService.kt | 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 D | ExponentInstallationId.kt | 86 fun getOrCreateUUID(): String { in <lambda>() method
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/serverregistration/ |
| H A D | InstallationId.java | 95 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 D | ConstantsBinding.kt | 75 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 D | ConstantsBinding.kt | 75 return exponentSharedPreferences.getOrCreateUUID() in getOrCreateInstallationId()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 75 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 D | ConstantsBinding.kt | 75 return exponentSharedPreferences.getOrCreateUUID() in getOrCreateInstallationId()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotificationIntentService.kt | 79 val uuid = exponentSharedPreferences.getOrCreateUUID() in onHandleIntent()
|