Searched refs:spiResp (Results 1 – 3 of 3) sorted by relevance
98 IpSecSpiResponse spiResp = in testAllocSpi() local104 .thenReturn(spiResp); in testAllocSpi()117 IpSecSpiResponse spiResp = in testAllocRandomSpi() local123 .thenReturn(spiResp); in testAllocRandomSpi()140 IpSecSpiResponse spiResp = in testAllocSpiResUnavailableException() local144 .thenReturn(spiResp); in testAllocSpiResUnavailableException()158 IpSecSpiResponse spiResp = new IpSecSpiResponse(IpSecManager.Status.SPI_UNAVAILABLE, 0, 0); in testAllocSpiSpiUnavailableException() local161 .thenReturn(spiResp); in testAllocSpiSpiUnavailableException()
254 IpSecSpiResponse spiResp = in testIpSecServiceReserveSpi() local257 assertEquals(IpSecManager.Status.OK, spiResp.status); in testIpSecServiceReserveSpi()258 assertEquals(TEST_SPI, spiResp.spi); in testIpSecServiceReserveSpi()266 IpSecSpiResponse spiResp = in testReleaseSecurityParameterIndex() local270 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testReleaseSecurityParameterIndex()286 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testReleaseSecurityParameterIndex()298 IpSecSpiResponse spiResp = in testSecurityParameterIndexBinderDeath() local304 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()321 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
451 IpSecSpiResponse spiResp = in testValidateIpAddresses() local568 for (IpSecSpiResponse spiResp : reservedSpis) { in testSpiResourceTrackerLimitation()569 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testSpiResourceTrackerLimitation()