/aosp12/frameworks/base/core/java/android/net/ |
H A D | IpSecManager.java | 148 ResourceUnavailableException(String msg) { in ResourceUnavailableException() method in IpSecManager.ResourceUnavailableException 227 throw new ResourceUnavailableException( in SecurityParameterIndex() 295 throw new ResourceUnavailableException("No SPIs available"); in allocateSecurityParameterIndex() 318 throws SpiUnavailableException, ResourceUnavailableException { in allocateSecurityParameterIndex() 565 throws ResourceUnavailableException, IOException { in UdpEncapsulationSocket() 574 throw new ResourceUnavailableException( in UdpEncapsulationSocket() 677 throws IOException, ResourceUnavailableException { in openUdpEncapsulationSocket() 711 throws IOException, ResourceUnavailableException { in openUdpEncapsulationSocket() 836 throws ResourceUnavailableException, IOException { in IpSecTunnelInterface() 855 throw new ResourceUnavailableException( in IpSecTunnelInterface() [all …]
|
H A D | IpSecTransform.java | 110 throws IOException, IpSecManager.ResourceUnavailableException, in checkResultStatus() 117 throw new IpSecManager.ResourceUnavailableException( in checkResultStatus() 129 throws IOException, IpSecManager.ResourceUnavailableException, in activate() 349 throws IpSecManager.ResourceUnavailableException, in buildTransportModeTransform() 388 throws IpSecManager.ResourceUnavailableException, in buildTunnelModeTransform()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
H A D | IpSecSpiGenerator.java | 20 import android.net.IpSecManager.ResourceUnavailableException; 55 throws SpiUnavailableException, ResourceUnavailableException { in allocateSpi() 69 throws SpiUnavailableException, ResourceUnavailableException { in allocateSpi()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeUdpEncapSocket.java | 22 import android.net.IpSecManager.ResourceUnavailableException; 83 throws ErrnoException, IOException, ResourceUnavailableException { in getIkeUdpEncapSocket()
|
H A D | SaRecord.java | 25 import android.net.IpSecManager.ResourceUnavailableException; 338 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 399 throws ResourceUnavailableException, SpiUnavailableException, IOException { in makeChildSaRecord() 507 throws ResourceUnavailableException, SpiUnavailableException, IOException { in makeIpSecTransform() 1051 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 1172 throws GeneralSecurityException, ResourceUnavailableException, in makeChildSaRecord() 1217 throws ResourceUnavailableException, SpiUnavailableException, IOException; in makeIpSecTransform()
|
H A D | ChildSessionStateMachine.java | 52 import android.net.IpSecManager.ResourceUnavailableException; 842 | ResourceUnavailableException in validateAndBuildChild() 1038 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 1450 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 1515 | ResourceUnavailableException in processStateMessage() 1759 | ResourceUnavailableException in handleCreateChildRequest() 2052 throws SpiUnavailableException, ResourceUnavailableException { in getInitChildCreateReqPayloads() 2094 throws SpiUnavailableException, ResourceUnavailableException { in getRekeyChildCreateReqPayloads() 2124 throws SpiUnavailableException, ResourceUnavailableException { in getRekeyChildCreateRespPayloads() 2152 throws ResourceUnavailableException { in getChildCreatePayloads() [all …]
|
H A D | IkeSessionStateMachine.java | 71 import android.net.IpSecManager.ResourceUnavailableException; 917 throws ErrnoException, IOException, ResourceUnavailableException { in getIkeSocket() 953 } catch (ErrnoException | IOException | ResourceUnavailableException e) { in getAndSwitchToIkeSocket() 1252 } catch (ErrnoException | IOException | ResourceUnavailableException e) { in enterState() 3398 } catch (ErrnoException | IOException | ResourceUnavailableException e) { in handleNatDetection() 3738 } catch (SpiUnavailableException | ResourceUnavailableException e) { in enterState() 3815 throws SpiUnavailableException, ResourceUnavailableException { in buildIkeAuthReq()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeUdpEncapSocketTest.java | 33 import android.net.IpSecManager.ResourceUnavailableException; 75 } catch (ResourceUnavailableException e) { 201 | ResourceUnavailableException e) { in checkReceiveIkePacket()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeSaPayload.java | 27 import android.net.IpSecManager.ResourceUnavailableException; 184 throws SpiUnavailableException, ResourceUnavailableException { in IkeSaPayload() 216 throws SpiUnavailableException, ResourceUnavailableException { in IkeSaPayload() 307 throws SpiUnavailableException, ResourceUnavailableException { in createChildSaRequestPayload() 326 throws SpiUnavailableException, ResourceUnavailableException { in createChildSaResponsePayload() 446 throws NoValidProposalChosenException, ResourceUnavailableException, in getVerifiedNegotiatedChildProposalPair() 896 throws SpiUnavailableException, ResourceUnavailableException { in createChildProposal() 915 throws ResourceUnavailableException, SpiUnavailableException { in allocateResourceForRemoteChildSpi()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ |
H A D | IpSecManagerTest.java | 149 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiResUnavailableException() 166 } catch (IpSecManager.ResourceUnavailableException e) { in testAllocSpiSpiUnavailableException()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | VcnGatewayConnection.java | 44 import android.net.IpSecManager.ResourceUnavailableException; 1777 } catch (IOException | ResourceUnavailableException e) { in enterState()
|
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
H A D | EpdgTunnelManager.java | 1380 } catch (IpSecManager.ResourceUnavailableException | IOException e) { in handleMessage()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 7404 …oid.net.Network) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 7416 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
H A D | current.txt | 26428 …rIndex(@NonNull java.net.InetAddress) throws android.net.IpSecManager.ResourceUnavailableException; 26429 …ll java.net.InetAddress, int) throws android.net.IpSecManager.ResourceUnavailableException, androi… 26433 …ationSocket(int) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 26434 …sulationSocket() throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException; 26442 …public static final class IpSecManager.ResourceUnavailableException extends android.util.AndroidEx… 26466 …erIndex) throws java.io.IOException, android.net.IpSecManager.ResourceUnavailableException, androi…
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 28277 Landroid/net/IpSecManager$ResourceUnavailableException;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 37914 Landroid/net/IpSecManager$ResourceUnavailableException;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35989 Landroid/net/IpSecManager$ResourceUnavailableException;-><init>(Ljava/lang/String;)V
|