Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-json-utils/android/src/androidTest/java/expo/modules/jsonutils/
H A DJSONObjectUtilsTest.kt24 val jsonObject = JSONObject( in testGetOrNull() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/logging/
H A DUpdatesLogEntry.kt45 val jsonObject = JSONObject(json) in <lambda>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/logging/
H A DUpdatesLogEntry.kt45 val jsonObject = JSONObject(json) in <lambda>() constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/logging/
H A DUpdatesLogEntry.kt45 val jsonObject = JSONObject(json) in <lambda>() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/logging/
H A DUpdatesLogEntry.kt45 val jsonObject = JSONObject(json) in <lambda>() constant
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt65 val jsonObject = JSONObject(json) in fromJSONObjectString() constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/
H A DManifestMetadata.kt66 val jsonObject = previousValue?.let { JSONObject(it) } in <lambda>() constant
H A DResponseHeaderData.kt52 val jsonObject = JSONObject() in headerDictionaryToJSONObject() constant
/expo/android/app/src/androidTest/java/host/exp/exponent/
H A DTestSuiteTests.kt89 val jsonObject = JSONObject(result) in runTestSuiteTest() constant
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle() local
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesUtils.kt45 val jsonObject = JSONObject(stringifiedJSON) in <lambda>() constant
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java1201 private static WritableMap convertJsonToMap(JSONObject jsonObject) { in convertJsonToMap()