Home
last modified time | relevance | path

Searched refs:ResourceUnavailableException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecManager.java100 public static final class ResourceUnavailableException extends AndroidException { class in IpSecManager
102 ResourceUnavailableException(String msg) { in ResourceUnavailableException() method in IpSecManager.ResourceUnavailableException
145 throws ResourceUnavailableException, SpiUnavailableException { in SecurityParameterIndex()
162 throw new ResourceUnavailableException( in SecurityParameterIndex()
204 throws ResourceUnavailableException { in reserveSecurityParameterIndex()
212 throw new ResourceUnavailableException("No SPIs available"); in reserveSecurityParameterIndex()
231 throws SpiUnavailableException, ResourceUnavailableException { in reserveSecurityParameterIndex()
395 throws ResourceUnavailableException { in UdpEncapsulationSocket()
402 private UdpEncapsulationSocket(IIpSecService service) throws ResourceUnavailableException { in UdpEncapsulationSocket()
468 throws IOException, ResourceUnavailableException { in openUdpEncapsulationSocket()
[all …]
DIpSecTransform.java118 throws IOException, IpSecManager.ResourceUnavailableException, in checkResultStatusAndThrow()
125 throw new IpSecManager.ResourceUnavailableException( in checkResultStatusAndThrow()
137 throws IOException, IpSecManager.ResourceUnavailableException, in activate()
447 throws IpSecManager.ResourceUnavailableException, in buildTransportModeTransform()