Home
last modified time | relevance | path

Searched refs:VcnGatewayConnection (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTestBase.java20 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
21 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
64 import com.android.server.vcn.VcnGatewayConnection.VcnChildSessionCallback;
65 import com.android.server.vcn.VcnGatewayConnection.VcnWakeLock;
140 @NonNull protected final VcnGatewayConnection.Dependencies mDeps;
152 protected VcnGatewayConnection mGatewayConnection;
161 mDeps = mock(VcnGatewayConnection.Dependencies.class); in VcnGatewayConnectionTestBase()
187 setUpWakeupMessage(mTeardownTimeoutAlarm, VcnGatewayConnection.TEARDOWN_TIMEOUT_ALARM); in VcnGatewayConnectionTestBase()
188 setUpWakeupMessage(mDisconnectRequestAlarm, VcnGatewayConnection.DISCONNECT_REQUEST_ALARM); in VcnGatewayConnectionTestBase()
189 setUpWakeupMessage(mRetryTimeoutAlarm, VcnGatewayConnection.RETRY_TIMEOUT_ALARM); in VcnGatewayConnectionTestBase()
[all …]
DVcnTest.java128 return mock(VcnGatewayConnection.class); in setUp()
186 final Set<VcnGatewayConnection> gatewayConnections = mVcn.getVcnGatewayConnections(); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
197 for (final VcnGatewayConnection gateway : gatewayConnections) { in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
272 public Set<VcnGatewayConnection> startGatewaysAndGetGatewayConnections( in startGatewaysAndGetGatewayConnections()
278 final Set<VcnGatewayConnection> gatewayConnections = mVcn.getVcnGatewayConnections(); in startGatewaysAndGetGatewayConnections()
294 Set<VcnGatewayConnection> activeGateways, in verifySafeMode()
296 for (VcnGatewayConnection gatewayConnection : activeGateways) { in verifySafeMode()
309 final Set<VcnGatewayConnection> gatewayConnections = in testGatewayEnteringAndExitingSafeModeNotifiesVcn()
315 final VcnGatewayConnection gatewayConnection = gatewayConnections.iterator().next(); in testGatewayEnteringAndExitingSafeModeNotifiesVcn()
342 final Set<VcnGatewayConnection> gatewayConnections = in verifyGatewayQuit()
[all …]
DVcnGatewayConnectionDisconnectedStateTest.java21 import static com.android.server.vcn.VcnGatewayConnection.DUMMY_ADDR;
61 final VcnGatewayConnection vgc = in testEnterWhileQuittingTriggersQuit()
62 new VcnGatewayConnection( in testEnterWhileQuittingTriggersQuit()
DVcnGatewayConnectionConnectedStateTest.java32 import static com.android.server.vcn.VcnGatewayConnection.VcnChildSessionConfiguration;
33 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
34 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
154 VcnGatewayConnection vcnGatewayConnection, boolean expectForwardTransform) in verifyVcnTransformsApplied()
182 VcnGatewayConnection gatewayConnection = in testCreatedTransformsAreAppliedWithDun()
183 new VcnGatewayConnection( in testCreatedTransformsAreAppliedWithDun()
414 eq(VcnGatewayConnection.SAFEMODE_TIMEOUT_ALARM), in testSubsequentFailedValidationTriggersSafeMode()
DVcnGatewayConnectionTest.java27 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
28 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
123 VcnGatewayConnection.buildNetworkCapabilities( in verifyBuildNetworkCapabilitiesCommon()
DVcnGatewayConnectionRetryTimeoutStateTest.java19 import static com.android.server.vcn.VcnGatewayConnection.VcnNetworkAgent;
DVcnGatewayConnectionConnectingStateTest.java19 import static com.android.server.vcn.VcnGatewayConnection.VcnIkeSession;
/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java170 private final Map<VcnGatewayConnectionConfig, VcnGatewayConnection> mVcnGatewayConnections =
260 public Set<VcnGatewayConnection> getVcnGatewayConnections() { in getVcnGatewayConnections()
266 public Map<VcnGatewayConnectionConfig, VcnGatewayConnection>
322 for (final Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : in handleConfigUpdated()
325 final VcnGatewayConnection gatewayConnection = entry.getValue(); in handleConfigUpdated()
347 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleTeardown()
359 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleSafeModeStatusChanged()
410 final VcnGatewayConnection vcnGatewayConnection = in handleNetworkRequested()
453 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleSubscriptionsChanged()
470 for (Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : in handleMobileDataToggled()
[all …]
DVcnGatewayConnection.java160 public class VcnGatewayConnection extends StateMachine { class
161 private static final String TAG = VcnGatewayConnection.class.getSimpleName();
639 public VcnGatewayConnection( in VcnGatewayConnection() method in VcnGatewayConnection
657 VcnGatewayConnection( in VcnGatewayConnection() method in VcnGatewayConnection
/frameworks/base/services/
Dart-profile42230 …kTracker$UnderlyingNetworkTrackerCallback;Lcom/android/server/vcn/VcnGatewayConnection$VcnUnderlyi…
42236 …com/android/server/vcn/Vcn$VcnGatewayStatusCallback;Z)Lcom/android/server/vcn/VcnGatewayConnection;
42265 …til/HashMap$Values;]Lcom/android/server/vcn/VcnGatewayConnection;Lcom/android/server/vcn/VcnGatewa…
42279 HPLcom/android/server/vcn/VcnGatewayConnection$$ExternalSyntheticLambda0;-><init>(Lcom/android/serv…
42280 …cn/VcnGatewayConnection$$ExternalSyntheticLambda0;->run()V+]Lcom/android/server/vcn/VcnGatewayConn…
42281 PLcom/android/server/vcn/VcnGatewayConnection$ActiveBaseState;-><init>(Lcom/android/server/vcn/VcnG…
42282 …rver/vcn/VcnGatewayConnection$ActiveBaseState;-><init>(Lcom/android/server/vcn/VcnGatewayConnectio…
42283 HPLcom/android/server/vcn/VcnGatewayConnection$ActiveBaseState;->isValidToken(I)Z
42284 PLcom/android/server/vcn/VcnGatewayConnection$BaseState;-><init>(Lcom/android/server/vcn/VcnGateway…
42285 …/server/vcn/VcnGatewayConnection$BaseState;-><init>(Lcom/android/server/vcn/VcnGatewayConnection;L…
[all …]