Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/network/
H A DExponentHttpClient.kt46 tryForcedCachedResponse(uri, request, callback, null, e) in callSafe()
54 tryForcedCachedResponse(uri, request, callback, response, null) in callSafe()
61 tryForcedCachedResponse( in callDefaultCache()
95 fun tryForcedCachedResponse( in tryForcedCachedResponse() method in host.exp.exponent.network.ExponentHttpClient
/expo/android/expoview/src/main/java/host/exp/expoview/
H A DExponent.kt243 shouldForceCache -> tryForcedCachedResponse( in <lambda>()