Add PROTOCOL_UNKOWN

Test: build
Bug: 217375910
Merged-In: I5bd0351925d27bb2178d4cd0cc93197f463236cd
Change-Id: I5bd0351925d27bb2178d4cd0cc93197f463236cd
This commit is contained in:
Ling Ma
2022-02-14 10:59:01 -08:00
committed by Jack Yu
parent d7013fb94e
commit d985d0a3fe

View File

@@ -369,6 +369,10 @@ public class ApnSetting implements Parcelable {
public @interface AuthType {}
// Possible values for protocol which is defined in TS 27.007 section 10.1.1.
/** Unknown protocol.
* @hide
*/
public static final int PROTOCOL_UNKNOWN = -1;
/** Internet protocol. */
public static final int PROTOCOL_IP = 0;
/** Internet protocol, version 6. */