Searched refs:NetworkReleasedException (Results 1 – 5 of 5) sorted by relevance
24 import android.net.NetworkReleasedException;57 final Throwable netReleasedException = new NetworkReleasedException(); in testNetworkReleasedExceptions()60 exception, netReleasedException, NetworkReleasedException.class); in testNetworkReleasedExceptions()110 } else if (c == NetworkReleasedException.class) { in validateQosCallbackException()111 assertTrue(e.getCause() instanceof NetworkReleasedException); in validateQosCallbackException()
59 import android.net.NetworkReleasedException in <lambda>()1483 it.ex.cause is NetworkReleasedException in testQosCallbackWhenNetworkReleased()1487 it.ex.cause is NetworkReleasedException in testQosCallbackWhenNetworkReleased()
29 public class NetworkReleasedException extends Exception { class31 public NetworkReleasedException() { in NetworkReleasedException() method in NetworkReleasedException
94 return new QosCallbackException(new NetworkReleasedException()); in createException()
364 public class NetworkReleasedException extends java.lang.Exception {365 ctor public NetworkReleasedException();