Supported data handover in DcTracker/DataConnection/ApnContext
Added data handover support in DcTracker/DataConnection/ApnContext. Test: Telephony sanity tests + unit tests Bug: 73659459 Change-Id: I1dfecbe48e230b3cab1b8b83e8d9f9dfd241752e
This commit is contained in:
@@ -199,6 +199,13 @@ public final class DataFailCause {
|
|||||||
/** @hide */
|
/** @hide */
|
||||||
public static final int RESET_BY_FRAMEWORK = 0x10005;
|
public static final int RESET_BY_FRAMEWORK = 0x10005;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Data handover failed.
|
||||||
|
*
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final int HANDOVER_FAILED = 0x10006;
|
||||||
|
|
||||||
/** @hide */
|
/** @hide */
|
||||||
@IntDef(value = {
|
@IntDef(value = {
|
||||||
NONE,
|
NONE,
|
||||||
|
|||||||
Reference in New Issue
Block a user