Searched refs:ResourceUnavailableException (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | IpSecManager.java | 134 public static final class ResourceUnavailableException extends AndroidException { class in IpSecManager 136 ResourceUnavailableException(String msg) { in ResourceUnavailableException() method in IpSecManager.ResourceUnavailableException 198 throws ResourceUnavailableException, SpiUnavailableException { in SecurityParameterIndex() 215 throw new ResourceUnavailableException( in SecurityParameterIndex() 272 @NonNull InetAddress destinationAddress) throws ResourceUnavailableException { in allocateSecurityParameterIndex() 283 throw new ResourceUnavailableException("No SPIs available"); in allocateSecurityParameterIndex() 306 throws SpiUnavailableException, ResourceUnavailableException { in allocateSecurityParameterIndex() 553 throws ResourceUnavailableException, IOException { in UdpEncapsulationSocket() 562 throw new ResourceUnavailableException( in UdpEncapsulationSocket() 665 throws IOException, ResourceUnavailableException { in openUdpEncapsulationSocket() [all …]
|
D | IpSecTransform.java | 112 throws IOException, IpSecManager.ResourceUnavailableException, in checkResultStatus() 119 throw new IpSecManager.ResourceUnavailableException( in checkResultStatus() 131 throws IOException, IpSecManager.ResourceUnavailableException, in activate() 452 throws IpSecManager.ResourceUnavailableException, in buildTransportModeTransform() 491 throws IpSecManager.ResourceUnavailableException, in buildTunnelModeTransform()
|
/frameworks/base/tests/net/java/android/net/ |
D | IpSecManagerTest.java | 146 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiResUnavailableException() 163 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiSpiUnavailableException()
|
/frameworks/base/api/ |
D | system-current.txt | 4434 …oid.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 4445 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
D | current.txt | 28961 …rIndex(@NonNull java.net.InetAddress) throws android.net.IpSecManager.ResourceUnavailableException; 28962 …ll java.net.InetAddress, int) throws android.net.IpSecManager.ResourceUnavailableException, androi… 28966 …ationSocket(int) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 28967 …sulationSocket() throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 28975 …public static final class IpSecManager.ResourceUnavailableException extends android.util.AndroidEx… 28999 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 4434 …oid.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 4445 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
D | current.txt | 28831 …rIndex(@NonNull java.net.InetAddress) throws android.net.IpSecManager.ResourceUnavailableException; 28832 …ll java.net.InetAddress, int) throws android.net.IpSecManager.ResourceUnavailableException, androi… 28836 …ationSocket(int) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 28837 …sulationSocket() throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 28845 …public static final class IpSecManager.ResourceUnavailableException extends android.util.AndroidEx… 28869 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 43661 Landroid/net/IpSecManager$ResourceUnavailableException;-><init>(Ljava/lang/String;)V
|