Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java90 @TestApi public static final int INVALID_SECURITY_PARAMETER_INDEX = 0; field in IpSecManager
159 private int mSpi = INVALID_SECURITY_PARAMETER_INDEX;
230 if (mSpi == INVALID_SECURITY_PARAMETER_INDEX) { in SecurityParameterIndex()
281 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in allocateSecurityParameterIndex()
311 if (requestedSpi == IpSecManager.INVALID_SECURITY_PARAMETER_INDEX) { in allocateSecurityParameterIndex()
DIpSecSpiResponse.java59 spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in IpSecSpiResponse()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java116 eq(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX), in testAllocRandomSpi()
251 mIpSecManager.openUdpEncapsulationSocket(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in testOpenEncapsulationSocketWithInvalidPort()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java691 mSpi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in freeUnderlyingResources()
1086 int spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in allocateSecurityParameterIndex()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java244 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX, in getNewSpiResourceId()
/frameworks/base/api/
Dtest-current.txt568 field public static final int INVALID_SECURITY_PARAMETER_INDEX = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-public-dex.txt25377 Landroid/net/IpSecManager;->INVALID_SECURITY_PARAMETER_INDEX:I