diff options
author | Benedict Wong <benedictwong@google.com> | 2020-12-22 08:10:46 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-12-22 08:10:46 +0000 |
commit | 7a7308b53d69ab85ce58c864dbde587c6c02f65b (patch) | |
tree | 3a2ef4af6557cc4e5f317d186610d976eac63613 | |
parent | f2fdcff51e6de1db97dbd29f85787dcd6e29b25f (diff) | |
parent | d228f88fcc36d76053e3230f5f2d7e7f10f3fb61 (diff) |
Merge "Update VcnManagementService javadoc based on new names of classes"
-rw-r--r-- | services/core/java/com/android/server/VcnManagementService.java | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/services/core/java/com/android/server/VcnManagementService.java b/services/core/java/com/android/server/VcnManagementService.java index 5e85409b0a42..74e38510770b 100644 --- a/services/core/java/com/android/server/VcnManagementService.java +++ b/services/core/java/com/android/server/VcnManagementService.java @@ -57,12 +57,12 @@ import java.util.Map.Entry; * * <pre>The internal structure of the VCN Management subsystem is as follows: * - * +------------------------+ 1:1 +--------------------------------+ - * | VcnManagementService | ------------ Creates -------------> | TelephonySubscriptionManager | - * | | | | - * | Manages configs and | | Tracks subscriptions, carrier | - * | VcnInstance lifecycles | <--- Notifies of subscription & --- | privilege changes, caches maps | - * +------------------------+ carrier privilege changes +--------------------------------+ + * +-------------------------+ 1:1 +--------------------------------+ + * | VcnManagementService | ------------ Creates ------------> | TelephonySubscriptionManager | + * | | | | + * | Manages configs and | | Tracks subscriptions, carrier | + * | Vcn instance lifecycles | <--- Notifies of subscription & -- | privilege changes, caches maps | + * +-------------------------+ carrier privilege changes +--------------------------------+ * | 1:N ^ * | | * | +-------------------------------+ @@ -74,19 +74,19 @@ import java.util.Map.Entry; * | mode state changes * v | * +-----------------------------------------------------------------------+ - * | VcnInstance | + * | Vcn | * | | - * | Manages tunnel lifecycles based on fulfillable NetworkRequest(s) | - * | and overall safe-mode | + * | Manages GatewayConnection lifecycles based on fulfillable | + * | NetworkRequest(s) and overall safe-mode | * +-----------------------------------------------------------------------+ * | 1:N ^ * Creates to fulfill | - * NetworkRequest(s), tears Notifies of VcnTunnel + * NetworkRequest(s), tears Notifies of VcnGatewayConnection * down when no longer needed teardown (e.g. Network reaped) * | and safe-mode timer changes * v | * +-----------------------------------------------------------------------+ - * | VcnTunnel | + * | VcnGatewayConnection | * | | * | Manages a single (IKEv2) tunnel session and NetworkAgent, | * | handles mobility events, (IPsec) Tunnel setup and safe-mode timers | |