Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/android/tests/cts/src/android/net/http/cts/
H A DCallbackExceptionTest.kt45 val callbackException = object : CallbackException(message, cause) {} in testCallbackException_returnsInputParameters() constant