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

  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceTest.java 119 IpSecService mIpSecService;
126 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig);
141 mIpSecService.releaseSecurityParameterIndex(1);
161 mIpSecService.openUdpEncapsulationSocket(localport, new Binder());
166 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId);
171 mIpSecService.mUserResourceTracker.getUserRecord(Os.getuid());
184 mIpSecService.openUdpEncapsulationSocket(0, new Binder());
187 mIpSecService.mUserResourceTracker.getUserRecord(Os.getuid());
208 mIpSecService.openUdpEncapsulationSocket(localport, new Binder());
213 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId)
    [all...]
IpSecServiceParameterizedTest.java 121 IpSecService mIpSecService;
142 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig);
164 mIpSecService.allocateSecurityParameterIndex(
176 mIpSecService.allocateSecurityParameterIndex(
179 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId);
192 mIpSecService.mUserResourceTracker.getUserRecord(Os.getuid());
208 mIpSecService.allocateSecurityParameterIndex(
212 mIpSecService.mUserResourceTracker.getUserRecord(Os.getuid());
242 mIpSecService.allocateSecurityParameterIndex(
267 mIpSecService.createTransform(ipSecConfig, new Binder(), "blessedPackage")
    [all...]
IpSecServiceRefcountedResourceTest.java 56 IpSecService mIpSecService;
62 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig);
96 mIpSecService

Completed in 95 milliseconds