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

/frameworks/base/tests/net/java/com/android/server/
H A DIpSecServiceParameterizedTest.java121 IpSecService mIpSecService; field in class:IpSecServiceParameterizedTest
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
[all...]
H A DIpSecServiceRefcountedResourceTest.java56 IpSecService mIpSecService; field in class:IpSecServiceRefcountedResourceTest
62 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig);
96 mIpSecService
H A DIpSecServiceTest.java119 IpSecService mIpSecService; field in class:IpSecServiceTest
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
[all...]

Completed in 55 milliseconds