Home
last modified time | relevance | path

Searched refs:toJSONObject (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/cdp/
H A DCdpNetworkTypes.kt37 fun toJSONObject(): JSONObject in toJSONObject() method
41 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.ConnectTiming
67 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.Request
96 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.Response
135 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.RequestWillBeSentParams
140 put("request", request.toJSONObject()) in toJSONObject()
166 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.RequestWillBeSentExtraInfoParams
191 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.ResponseReceivedParams
214 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.LoadingFinishedParams
241 override fun toJSONObject(): JSONObject { in toJSONObject() method in expo.modules.kotlin.devtools.cdp.ExpoReceivedResponseBodyParams
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/cdp/
H A DCdpNetworkTypes.kt37 fun toJSONObject(): JSONObject in toJSONObject() method
41 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.ConnectTiming
67 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.Request
96 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.Response
135 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.RequestWillBeSentParams
140 put("request", request.toJSONObject()) in toJSONObject()
166 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.RequestWillBeSentExtraInfoParams
191 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.ResponseReceivedParams
214 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.LoadingFinishedParams
241 override fun toJSONObject(): JSONObject { in toJSONObject() method in abi49_0_0.expo.modules.kotlin.devtools.cdp.ExpoReceivedResponseBodyParams
[all …]
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DExponentError.kt18 fun toJSONObject(): JSONObject? { in toJSONObject() method in host.exp.exponent.kernel.ExponentError
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt20 fun toJSONObject(origin: String?): JSONObject { in toJSONObject() method
H A DNotificationHelper.kt501 …t.putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEvent.toJSONObject(null).toString(… in showNotification()
522 …Extra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEventInner.toJSONObject(null).toString(… in showNotification()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt426 exponentProps.put("notification", notification.toJSONObject("selected")) in <lambda>()