Home
last modified time | relevance | path

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

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/firebase/analytics/
H A DFirebaseAnalyticsModule.java85 private static Bundle convertToBundle(final MapArguments mapArguments) { in convertToBundle() method in FirebaseAnalyticsModule
106 array.add(convertToBundle(new MapArguments((Map<String, Object>)item))); in convertToBundle()
110 bundle.putBundle(key, convertToBundle(new MapArguments((Map) value))); in convertToBundle()
126 analytics.logEvent(name, params == null ? null : convertToBundle(new MapArguments(params))); in logEvent()
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DBundleJSONConverter.kt79 fun convertToBundle(jsonObject: JSONObject): Bundle { in convertToBundle() method
92 bundle.putBundle(key, convertToBundle(value)) in convertToBundle()
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt78 val session = Arguments.fromBundle(BundleJSONConverter.convertToBundle(sessionJsonObject)) in getSessionAsync()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt459 bundle.putBundle("exp", BundleJSONConverter.convertToBundle(exponentProps)) in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt354 bundle.putBundle("exp", BundleJSONConverter.convertToBundle(exponentProps)) in <lambda>()