Public ServiceState#duplexMode in telephony provider am: 4481b5181e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1638159 Change-Id: I97b30b534e5d49078b3841125bbe033d1b370077
This commit is contained in:
@@ -34220,6 +34220,7 @@ package android.provider {
|
|||||||
field public static final String AUTHORITY = "service-state";
|
field public static final String AUTHORITY = "service-state";
|
||||||
field public static final android.net.Uri CONTENT_URI;
|
field public static final android.net.Uri CONTENT_URI;
|
||||||
field public static final String DATA_NETWORK_TYPE = "data_network_type";
|
field public static final String DATA_NETWORK_TYPE = "data_network_type";
|
||||||
|
field public static final String DUPLEX_MODE = "duplex_mode";
|
||||||
field public static final String IS_MANUAL_NETWORK_SELECTION = "is_manual_network_selection";
|
field public static final String IS_MANUAL_NETWORK_SELECTION = "is_manual_network_selection";
|
||||||
field public static final String VOICE_OPERATOR_NUMERIC = "voice_operator_numeric";
|
field public static final String VOICE_OPERATOR_NUMERIC = "voice_operator_numeric";
|
||||||
field public static final String VOICE_REG_STATE = "voice_reg_state";
|
field public static final String VOICE_REG_STATE = "voice_reg_state";
|
||||||
|
|||||||
@@ -4579,6 +4579,17 @@ public final class Telephony {
|
|||||||
* This is the same as {@link TelephonyManager#getDataNetworkType()}.
|
* This is the same as {@link TelephonyManager#getDataNetworkType()}.
|
||||||
*/
|
*/
|
||||||
public static final String DATA_NETWORK_TYPE = "data_network_type";
|
public static final String DATA_NETWORK_TYPE = "data_network_type";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An integer value indicating the current duplex mode if the radio technology is LTE,
|
||||||
|
* LTE-CA or NR.
|
||||||
|
* <p>
|
||||||
|
* Valid values: {@link ServiceState#DUPLEX_MODE_UNKNOWN},
|
||||||
|
* {@link ServiceState#DUPLEX_MODE_FDD}, {@link ServiceState#DUPLEX_MODE_TDD}.
|
||||||
|
* <p>
|
||||||
|
* This is the same as {@link ServiceState#getDuplexMode()}.
|
||||||
|
*/
|
||||||
|
public static final String DUPLEX_MODE = "duplex_mode";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user