Searched refs:convertToBundle (Results 1 – 5 of 5) sorted by relevance
85 private static Bundle convertToBundle(final MapArguments mapArguments) { in convertToBundle() method in FirebaseAnalyticsModule106 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()
79 fun convertToBundle(jsonObject: JSONObject): Bundle { in convertToBundle() method92 bundle.putBundle(key, convertToBundle(value)) in convertToBundle()
78 val session = Arguments.fromBundle(BundleJSONConverter.convertToBundle(sessionJsonObject)) in getSessionAsync()
459 bundle.putBundle("exp", BundleJSONConverter.convertToBundle(exponentProps)) in <lambda>()
354 bundle.putBundle("exp", BundleJSONConverter.convertToBundle(exponentProps)) in <lambda>()