Searched refs:VcnIkeSession (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;42 private VcnIkeSession mIkeSession;
21 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;70 import com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;184 protected VcnIkeSession mMockIkeSession;267 mMockIkeSession = mock(VcnIkeSession.class); in setUp()
32 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;289 final VcnIkeSession vcnIkeSession = mock(VcnIkeSession.class); in testQuittingCleansUpPersistentState()
34 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;79 import com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;103 private VcnIkeSession mIkeSession;290 final VcnIkeSession session = in testCreatedTransformsAreAppliedWithDun()
725 private VcnIkeSession mIkeSession;2666 VcnIkeSession getIkeSession() { in getIkeSession()2671 void setIkeSession(@Nullable VcnIkeSession session) { in setIkeSession()2731 VcnIkeSession buildIkeSession(@NonNull Network network) { in buildIkeSession()2757 public VcnIkeSession newIkeSession( in newIkeSession()2763 return new VcnIkeSession( in newIkeSession()2880 public static class VcnIkeSession { class in VcnGatewayConnection2883 public VcnIkeSession( in VcnIkeSession() method in VcnGatewayConnection.VcnIkeSession