Searched refs:INVALID_SECURITY_PARAMETER_INDEX (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecSpiResponse.java59 spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX;
H A DIpSecManager.java90 @TestApi public static final int INVALID_SECURITY_PARAMETER_INDEX = 0; field in class:IpSecManager
159 private int mSpi = INVALID_SECURITY_PARAMETER_INDEX;
230 if (mSpi == INVALID_SECURITY_PARAMETER_INDEX) {
281 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX);
311 if (requestedSpi == IpSecManager.INVALID_SECURITY_PARAMETER_INDEX) {
/frameworks/base/tests/net/java/android/net/
H A DIpSecManagerTest.java116 eq(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX),
251 mIpSecManager.openUdpEncapsulationSocket(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX);
/frameworks/base/tests/net/java/com/android/server/
H A DIpSecServiceParameterizedTest.java244 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX,
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java691 mSpi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX;
1086 int spi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX;

Completed in 105 milliseconds