Home
last modified time | relevance | path

Searched refs:RESOURCE_UNAVAILABLE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecManager.java98 public static final int RESOURCE_UNAVAILABLE = 1; field
221 case Status.RESOURCE_UNAVAILABLE: in SecurityParameterIndex()
568 case Status.RESOURCE_UNAVAILABLE: in UdpEncapsulationSocket()
811 case Status.RESOURCE_UNAVAILABLE: in IpSecTunnelInterface()
DIpSecTransform.java118 case IpSecManager.Status.RESOURCE_UNAVAILABLE: in checkResultStatus()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java293 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, testUdpEncapResp.status); in testOpenUdpEncapsulationSocketTwice()
488 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, extraUdpEncapSocket.status); in testSocketResourceTrackerLimitation()
547 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, extraSpi.status); in testSpiResourceTrackerLimitation()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1114 IpSecManager.Status.RESOURCE_UNAVAILABLE, INVALID_RESOURCE_ID, spi); in allocateSecurityParameterIndex()
1229 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in openUdpEncapsulationSocket()
1261 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in openUdpEncapsulationSocket()
1292 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTunnelInterface()
1640 return new IpSecTransformResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTransform()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java138 new IpSecSpiResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE, 0, 0); in testAllocSpiResUnavailableException()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46855 Landroid/net/IpSecManager$Status;->RESOURCE_UNAVAILABLE:I