Home
last modified time | relevance | path

Searched refs:parseRemoteUpdateResponse (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DFileDownloaderManifestParsingTest.kt48 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_JSONBody()
114 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_MultipartBody()
172 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_MultipartBodyOnlyDirective()
230 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode()
280 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_MultipartBodyNoRelevantParts()
323 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_MultipartBodyEmpty()
362 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_NullBodyResponseProtocol1()
401 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_204ResponseProtocol1()
441 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_204ResponseNoProtocol()
492 FileDownloader(context).parseRemoteUpdateResponse( in testManifestParsing_JSONBodySigned()
[all …]
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DFileDownloader.kt102 …internal fun parseRemoteUpdateResponse(response: Response, configuration: UpdatesConfiguration, ca… in <lambda>() method
548 parseRemoteUpdateResponse(response, configuration, callback) in <lambda>()