Searched refs:RESOURCE_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance
95 public static final int RESOURCE_UNAVAILABLE = 1; field218 case Status.RESOURCE_UNAVAILABLE: in SecurityParameterIndex()565 case Status.RESOURCE_UNAVAILABLE: in UdpEncapsulationSocket()803 case Status.RESOURCE_UNAVAILABLE: in IpSecTunnelInterface()
115 case IpSecManager.Status.RESOURCE_UNAVAILABLE: in checkResultStatus()
286 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()
1090 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()
136 new IpSecSpiResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE, 0, 0); in testAllocSpiResUnavailableException()