Home
last modified time | relevance | path

Searched refs:randomSpi (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java125 IpSecManager.SecurityParameterIndex randomSpi = in testAllocRandomSpi() local
128 assertEquals(DROID_SPI, randomSpi.getSpi()); in testAllocRandomSpi()
130 randomSpi.close(); in testAllocRandomSpi()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java122 IpSecManager.SecurityParameterIndex randomSpi = null, droidSpi = null; in testAllocSpi() local
123 randomSpi = mISM.allocateSecurityParameterIndex(addr); in testAllocSpi()
126 randomSpi.getSpi() != IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in testAllocSpi()
139 randomSpi.close(); in testAllocSpi()