Merge "Add PROTOCOL_UNKOWN" am: e5e9a5c339 am: 235c3b6316
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2052598 Change-Id: Ie17d28198fe3b0dd2edf88986550e3cd183f7986 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user