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

  /frameworks/base/core/java/android/net/
IIpSecService.aidl 38 void releaseSecurityParameterIndex(int resourceId);
IpSecManager.java 177 mService.releaseSecurityParameterIndex(mResourceId);
    [all...]
  /frameworks/base/tests/net/java/android/net/
IpSecManagerTest.java 107 verify(mMockIpSecService).releaseSecurityParameterIndex(DUMMY_RESOURCE_ID);
127 verify(mMockIpSecService).releaseSecurityParameterIndex(DUMMY_RESOURCE_ID);
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceParameterizedTest.java 179 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId);
366 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId());
404 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId());
IpSecServiceTest.java 141 mIpSecService.releaseSecurityParameterIndex(1);
541 mIpSecService.releaseSecurityParameterIndex(reservedSpis.get(0).resourceId);
555 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId);
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java     [all...]

Completed in 119 milliseconds