Searched refs:ResourceUnavailableException (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | IpSecManager.java | 138 public static final class ResourceUnavailableException extends AndroidException { class in IpSecManager 140 ResourceUnavailableException(String msg) { in ResourceUnavailableException() method in IpSecManager.ResourceUnavailableException 202 throws ResourceUnavailableException, SpiUnavailableException { in SecurityParameterIndex() 219 throw new ResourceUnavailableException( in SecurityParameterIndex() 276 @NonNull InetAddress destinationAddress) throws ResourceUnavailableException { in allocateSecurityParameterIndex() 287 throw new ResourceUnavailableException("No SPIs available"); in allocateSecurityParameterIndex() 310 throws SpiUnavailableException, ResourceUnavailableException { in allocateSecurityParameterIndex() 557 throws ResourceUnavailableException, IOException { in UdpEncapsulationSocket() 566 throw new ResourceUnavailableException( in UdpEncapsulationSocket() 669 throws IOException, ResourceUnavailableException { in openUdpEncapsulationSocket() [all …]
|
D | IpSecTransform.java | 109 throws IOException, IpSecManager.ResourceUnavailableException, in checkResultStatus() 116 throw new IpSecManager.ResourceUnavailableException( in checkResultStatus() 128 throws IOException, IpSecManager.ResourceUnavailableException, in activate() 451 throws IpSecManager.ResourceUnavailableException, in buildTransportModeTransform() 488 throws IpSecManager.ResourceUnavailableException, in buildTunnelModeTransform()
|
/frameworks/base/tests/net/java/android/net/ |
D | IpSecManagerTest.java | 144 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiResUnavailableException() 161 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiSpiUnavailableException()
|
/frameworks/base/api/ |
D | current.txt | 27020 …yParameterIndex(java.net.InetAddress) throws android.net.IpSecManager.ResourceUnavailableException; 27021 …ex(java.net.InetAddress, int) throws android.net.IpSecManager.ResourceUnavailableException, androi… 27025 …ationSocket(int) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 27026 …sulationSocket() throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 27034 …public static final class IpSecManager.ResourceUnavailableException extends android.util.AndroidEx… 27058 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 25355 Landroid/net/IpSecManager$ResourceUnavailableException;
|