Home
last modified time | relevance | path

Searched refs:getUUID (Results 1 – 14 of 14) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentInstallationId.kt24 fun getUUID(): String? { in <lambda>() method
76 val uuid = getUUID() in <lambda>()
H A DExponentSharedPreferences.kt66 fun getUUID(): String? { in getUUID() method in host.exp.exponent.storage.ExponentSharedPreferences
67 return exponentInstallationId.getUUID() in getUUID()
/expo/packages/expo-constants/android/src/main/java/expo/modules/constants/
H A DExponentInstallationId.kt32 fun getUUID(): String? { in <lambda>() method in expo.modules.constants.ExponentInstallationId
87 val uuid = getUUID() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/constants/
H A DExponentInstallationId.kt32 fun getUUID(): String? { in <lambda>() method
87 val uuid = getUUID() in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/constants/
H A DExponentInstallationId.kt32 fun getUUID(): String? { in <lambda>() method in abi47_0_0.expo.modules.constants.ExponentInstallationId
87 val uuid = getUUID() in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/constants/
H A DExponentInstallationId.kt32 fun getUUID(): String? { in <lambda>() method in abi48_0_0.expo.modules.constants.ExponentInstallationId
87 val uuid = getUUID() in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/serverregistration/
H A DInstallationId.java45 public String getUUID() { in getUUID() method in InstallationId
96 String uuid = getUUID(); in getOrCreateUUID()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/serverregistration/
H A DInstallationId.java45 public String getUUID() { in getUUID() method in InstallationId
96 String uuid = getUUID(); in getOrCreateUUID()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/serverregistration/
H A DInstallationId.java45 public String getUUID() { in getUUID() method in InstallationId
96 String uuid = getUUID(); in getOrCreateUUID()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/serverregistration/
H A DInstallationId.java45 public String getUUID() { in getUUID() method in InstallationId
96 String uuid = getUUID(); in getOrCreateUUID()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java137 String uuid = mExponentSharedPreferences.getUUID(); in getExponentPushTokenAsync()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java137 String uuid = mExponentSharedPreferences.getUUID(); in getExponentPushTokenAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java137 String uuid = mExponentSharedPreferences.getUUID(); in getExponentPushTokenAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java137 String uuid = mExponentSharedPreferences.getUUID(); in getExponentPushTokenAsync()