Searched refs:spiResp (Results 1 – 4 of 4) 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()
98 final IpSecSpiResponse spiResp = in setUp() local101 .thenReturn(spiResp); in setUp()
271 IpSecSpiResponse spiResp = in testIpSecServiceReserveSpi() local274 assertEquals(IpSecManager.Status.OK, spiResp.status); in testIpSecServiceReserveSpi()275 assertEquals(TEST_SPI, spiResp.spi); in testIpSecServiceReserveSpi()283 IpSecSpiResponse spiResp = in testReleaseSecurityParameterIndex() local287 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testReleaseSecurityParameterIndex()303 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testReleaseSecurityParameterIndex()315 IpSecSpiResponse spiResp = in testSecurityParameterIndexBinderDeath() local321 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()338 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()