Searched refs:RESOURCE_UNAVAILABLE (Results 1 – 6 of 6) sorted by relevance
98 public static final int RESOURCE_UNAVAILABLE = 1; field221 case Status.RESOURCE_UNAVAILABLE: in SecurityParameterIndex()568 case Status.RESOURCE_UNAVAILABLE: in UdpEncapsulationSocket()811 case Status.RESOURCE_UNAVAILABLE: in IpSecTunnelInterface()
118 case IpSecManager.Status.RESOURCE_UNAVAILABLE: in checkResultStatus()
293 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()
1114 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()
138 new IpSecSpiResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE, 0, 0); in testAllocSpiResUnavailableException()
46855 Landroid/net/IpSecManager$Status;->RESOURCE_UNAVAILABLE:I