Searched refs:RESOURCE_UNAVAILABLE (Results 1 – 6 of 6) sorted by relevance
91 public static final int RESOURCE_UNAVAILABLE = 1; field214 case Status.RESOURCE_UNAVAILABLE: in SecurityParameterIndex()561 case Status.RESOURCE_UNAVAILABLE: in UdpEncapsulationSocket()804 case Status.RESOURCE_UNAVAILABLE: in IpSecTunnelInterface()
118 case IpSecManager.Status.RESOURCE_UNAVAILABLE: in checkResultStatus()
296 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, testUdpEncapResp.status); in testOpenUdpEncapsulationSocketTwice()491 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, extraUdpEncapSocket.status); in testSocketResourceTrackerLimitation()550 assertEquals(IpSecManager.Status.RESOURCE_UNAVAILABLE, extraSpi.status); in testSpiResourceTrackerLimitation()
1125 IpSecManager.Status.RESOURCE_UNAVAILABLE, INVALID_RESOURCE_ID, spi); in allocateSecurityParameterIndex()1240 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in openUdpEncapsulationSocket()1272 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in openUdpEncapsulationSocket()1303 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTunnelInterface()1655 return new IpSecTransformResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTransform()
138 new IpSecSpiResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE, 0, 0); in testAllocSpiResUnavailableException()
43672 Landroid/net/IpSecManager$Status;->RESOURCE_UNAVAILABLE:I