Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java95 public static final int RESOURCE_UNAVAILABLE = 1; field
218 case Status.RESOURCE_UNAVAILABLE: in SecurityParameterIndex()
565 case Status.RESOURCE_UNAVAILABLE: in UdpEncapsulationSocket()
803 case Status.RESOURCE_UNAVAILABLE: in IpSecTunnelInterface()
DIpSecTransform.java115 case IpSecManager.Status.RESOURCE_UNAVAILABLE: in checkResultStatus()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java286 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, testUdpEncapResp.status); in testOpenUdpEncapsulationSocketTwice()
479 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, extraUdpEncapSocket.status); in testSocketResourceTrackerLimitation()
538 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, extraSpi.status); in testSpiResourceTrackerLimitation()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1090 IpSecManager.Status.RESOURCE_UNAVAILABLE, INVALID_RESOURCE_ID, spi); in allocateSecurityParameterIndex()
1205 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in openUdpEncapsulationSocket()
1236 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in openUdpEncapsulationSocket()
1266 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTunnelInterface()
1567 return new IpSecTransformResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTransform()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java136 new IpSecSpiResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE, 0, 0); in testAllocSpiResUnavailableException()