Searched refs:gatewayConnection (Results 1 – 4 of 4) sorted by relevance
336 final VcnGatewayConnection gatewayConnection = entry.getValue(); in handleConfigUpdated() local341 if (gatewayConnection == null) { in handleConfigUpdated()346 + gatewayConnection.getLogPrefix()); in handleConfigUpdated()347 gatewayConnection.teardownAsynchronously(); in handleConfigUpdated()361 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleTeardown()362 gatewayConnection.teardownAsynchronously(); in handleTeardown()380 if (gatewayConnection.isInSafeMode()) { in handleSafeModeStatusChanged()473 gatewayConnection.updateSubscriptionSnapshot(mLastSnapshot); in handleSubscriptionsChanged()521 final VcnGatewayConnection gatewayConnection = entry.getValue(); in handleMobileDataToggled() local527 if (gatewayConnection == null) { in handleMobileDataToggled()[all …]
314 final VcnGatewayConnection gatewayConnection = in buildConnectionWithDataStallHandling() local323 return gatewayConnection; in buildConnectionWithDataStallHandling()328 final VcnGatewayConnection gatewayConnection = in testDataStallHandlingEnabled() local337 eq(gatewayConnection.getConnectivityDiagnosticsCallback())); in testDataStallHandlingEnabled()
275 VcnGatewayConnection gatewayConnection = in testCreatedTransformsAreAppliedWithDun() local284 gatewayConnection.setUnderlyingNetwork(TEST_UNDERLYING_NETWORK_RECORD_1); in testCreatedTransformsAreAppliedWithDun()286 gatewayConnection.buildIkeSession(TEST_UNDERLYING_NETWORK_RECORD_1.network); in testCreatedTransformsAreAppliedWithDun()287 gatewayConnection.setIkeSession(session); in testCreatedTransformsAreAppliedWithDun()288 gatewayConnection.transitionTo(gatewayConnection.mConnectedState); in testCreatedTransformsAreAppliedWithDun()291 verifyVcnTransformsApplied(gatewayConnection, true /* expectForwardTransform */); in testCreatedTransformsAreAppliedWithDun()
322 for (VcnGatewayConnection gatewayConnection : activeGateways) { in verifySafeMode()323 verify(gatewayConnection, never()).teardownAsynchronously(); in verifySafeMode()341 final VcnGatewayConnection gatewayConnection = gatewayConnections.iterator().next(); in testGatewayEnteringAndExitingSafeModeNotifiesVcn() local343 doReturn(true).when(gatewayConnection).isInSafeMode(); in testGatewayEnteringAndExitingSafeModeNotifiesVcn()350 doReturn(false).when(gatewayConnection).isInSafeMode(); in testGatewayEnteringAndExitingSafeModeNotifiesVcn()