Searched refs:ResourceUnavailableException (Results 1 – 7 of 7) 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/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6058 …oid.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 6069 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
/frameworks/base/api/ |
D | system-current.txt | 6110 …oid.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 6121 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
D | current.txt | 30062 …rIndex(@NonNull java.net.InetAddress) throws android.net.IpSecManager.ResourceUnavailableException; 30063 …ll java.net.InetAddress, int) throws android.net.IpSecManager.ResourceUnavailableException, androi… 30067 …ationSocket(int) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 30068 …sulationSocket() throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 30076 …public static final class IpSecManager.ResourceUnavailableException extends android.util.AndroidEx… 30100 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|