HomeSort by relevance Sort by last modified time
    Searched refs:allocateSecurityParameterIndex (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tests/net/java/android/net/
IpSecManagerTest.java 95 when(mMockIpSecService.allocateSecurityParameterIndex(
102 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4, DROID_SPI);
114 when(mMockIpSecService.allocateSecurityParameterIndex(
121 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4);
137 when(mMockIpSecService.allocateSecurityParameterIndex(
142 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4);
154 when(mMockIpSecService.allocateSecurityParameterIndex(
159 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4);
171 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4, 0);
  /frameworks/base/core/java/android/net/
IIpSecService.aidl 35 IpSecSpiResponse allocateSecurityParameterIndex(
IpSecManager.java 108 * IpSecManager#allocateSecurityParameterIndex}.
152 * obtained by calling {@link IpSecManager#allocateSecurityParameterIndex} and must be released
207 mService.allocateSecurityParameterIndex(
275 public SecurityParameterIndex allocateSecurityParameterIndex(
308 public SecurityParameterIndex allocateSecurityParameterIndex(
    [all...]
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceParameterizedTest.java 164 mIpSecService.allocateSecurityParameterIndex(
176 mIpSecService.allocateSecurityParameterIndex(
208 mIpSecService.allocateSecurityParameterIndex(
242 mIpSecService.allocateSecurityParameterIndex(
IpSecServiceTest.java 438 mIpSecService.allocateSecurityParameterIndex(
518 mIpSecService.allocateSecurityParameterIndex(
533 mIpSecService.allocateSecurityParameterIndex(
546 mIpSecService.allocateSecurityParameterIndex(
  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 93 randomSpi = mISM.allocateSecurityParameterIndex(addr);
98 droidSpi = mISM.allocateSecurityParameterIndex(addr, DROID_SPI);
103 mISM.allocateSecurityParameterIndex(addr, DROID_SPI);
244 mISM.allocateSecurityParameterIndex(localAddr);
476 mISM.allocateSecurityParameterIndex(local)) {
636 mISM.allocateSecurityParameterIndex(local);
    [all...]
IpSecBaseTest.java 449 mISM.allocateSecurityParameterIndex(localAddr)) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
IpSecManagerFacade.java 95 return mIpSecManager.allocateSecurityParameterIndex(inetAddr);
104 return mIpSecManager.allocateSecurityParameterIndex(inetAddr, requestedSpi);
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java     [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 577 milliseconds