Home
last modified time | relevance | path

Searched refs:NetworkReleasedException (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DQosCallbackExceptionTest.java24 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()
DNetworkAgentTest.kt59 import android.net.NetworkReleasedException in <lambda>()
1483 it.ex.cause is NetworkReleasedException in testQosCallbackWhenNetworkReleased()
1487 it.ex.cause is NetworkReleasedException in testQosCallbackWhenNetworkReleased()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkReleasedException.java29 public class NetworkReleasedException extends Exception { class
31 public NetworkReleasedException() { in NetworkReleasedException() method in NetworkReleasedException
DQosCallbackException.java94 return new QosCallbackException(new NetworkReleasedException()); in createException()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt364 public class NetworkReleasedException extends java.lang.Exception {
365 ctor public NetworkReleasedException();