Home
last modified time | relevance | path

Searched refs:releaseSecurityParameterIndex (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java211 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testReleaseSecurityParameterIndex()
449 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testReleaseOwnedSpi()
488 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testDeleteTransform()
568 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in verifyApplyTransportModeTransformCommon()
598 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testApplyTransportModeTransformWithClosedSpi()
726 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in verifyApplyTunnelModeTransformCommon()
766 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testApplyTunnelModeTransformWithClosedSpi()
DIpSecServiceTest.java145 mIpSecService.releaseSecurityParameterIndex(1); in testReleaseInvalidSecurityParameterIndex()
553 mIpSecService.releaseSecurityParameterIndex(reservedSpis.get(0).resourceId); in testSpiResourceTrackerLimitation()
567 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testSpiResourceTrackerLimitation()
/frameworks/base/core/java/android/net/
DIIpSecService.aidl38 void releaseSecurityParameterIndex(int resourceId); in releaseSecurityParameterIndex() method
DIpSecManager.java173 mService.releaseSecurityParameterIndex(mResourceId); in close()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java109 verify(mMockIpSecService).releaseSecurityParameterIndex(DUMMY_RESOURCE_ID); in testAllocSpi()
129 verify(mMockIpSecService).releaseSecurityParameterIndex(DUMMY_RESOURCE_ID); in testAllocRandomSpi()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1159 public synchronized void releaseSecurityParameterIndex(int resourceId) throws RemoteException { in releaseSecurityParameterIndex() method in IpSecService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43099 Landroid/net/IIpSecService$Stub$Proxy;->releaseSecurityParameterIndex(I)V
43128 Landroid/net/IIpSecService;->releaseSecurityParameterIndex(I)V