From 877527a54d4ca8fde1dad729c33d57ff97479279 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 11:06:08 -0500 Subject: [PATCH 1/2] Document network slice enum APIs Refs #240 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../NetworkSliceServiceType.xml | 23 ++++++++++++++----- .../RouteSelectionSessionType.xml | 21 +++++++++++++---- .../RouteSelectionSscMode.xml | 21 +++++++++++++---- 3 files changed, 49 insertions(+), 16 deletions(-) diff --git a/docs/xml/Android.Telephony.Data/NetworkSliceServiceType.xml b/docs/xml/Android.Telephony.Data/NetworkSliceServiceType.xml index a37859f7e..ee413fe4e 100644 --- a/docs/xml/Android.Telephony.Data/NetworkSliceServiceType.xml +++ b/docs/xml/Android.Telephony.Data/NetworkSliceServiceType.xml @@ -11,8 +11,19 @@ System.Enum - To be added. - To be added. + Network slice service types defined by NetworkSliceInfo. + + + + Java documentation for android.telephony.data.NetworkSliceInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -40,7 +51,7 @@ 1 - To be added. + Slice suitable for the handling of 5G enhanced Mobile Broadband. @@ -68,7 +79,7 @@ 3 - To be added. + Slice suitable for the handling of massive IoT. @@ -96,7 +107,7 @@ 0 - To be added. + Indicates that the service type is not present. @@ -124,7 +135,7 @@ 2 - To be added. + Slice suitable for the handling of ultra-reliable low latency communications. diff --git a/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml b/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml index ae78bbe74..cf9069ba4 100644 --- a/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml +++ b/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml @@ -11,8 +11,19 @@ System.Enum - To be added. - To be added. + Session types for route selection descriptors. + + + + Java documentation for android.telephony.data.RouteSelectionDescriptor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -40,7 +51,7 @@ 0 - To be added. + The route selection descriptor is for the session with IPV4 type. @@ -68,7 +79,7 @@ 2 - To be added. + The route selection descriptor is for the session with both IP and IPV6 types. @@ -96,7 +107,7 @@ 1 - To be added. + The route selection descriptor is for the session with IPV6 type. diff --git a/docs/xml/Android.Telephony.Data/RouteSelectionSscMode.xml b/docs/xml/Android.Telephony.Data/RouteSelectionSscMode.xml index d88640089..d502fec4c 100644 --- a/docs/xml/Android.Telephony.Data/RouteSelectionSscMode.xml +++ b/docs/xml/Android.Telephony.Data/RouteSelectionSscMode.xml @@ -11,8 +11,19 @@ System.Enum - To be added. - To be added. + Session and Service Continuity (SSC) modes for route selection descriptors. + + + + Java documentation for android.telephony.data.RouteSelectionDescriptor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -40,7 +51,7 @@ 1 - To be added. + The route selection descriptor is using SSC mode 1. The session will provide continual support when UE's location is updated. @@ -68,7 +79,7 @@ 2 - To be added. + The route selection descriptor is using SSC mode 2. The new session for the same network will be established after releasing the old session when UE's location is updated. @@ -96,7 +107,7 @@ 3 - To be added. + The route selection descriptor is using SSC mode 3. The new session for the same network is allowed to be established before releasing the old session when UE's location is updated. From ba646fd7fa80310ef492226c60688c97a60675d1 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 11:16:53 -0500 Subject: [PATCH 2/2] Use standard IP protocol casing Refs #240 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../Android.Telephony.Data/RouteSelectionSessionType.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml b/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml index cf9069ba4..0880babe1 100644 --- a/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml +++ b/docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml @@ -51,7 +51,7 @@ 0 - The route selection descriptor is for the session with IPV4 type. + The route selection descriptor is for the session with IPv4 type. @@ -79,7 +79,7 @@ 2 - The route selection descriptor is for the session with both IP and IPV6 types. + The route selection descriptor is for the session with both IPv4 and IPv6 types. @@ -107,7 +107,7 @@ 1 - The route selection descriptor is for the session with IPV6 type. + The route selection descriptor is for the session with IPv6 type.