Merge "Supported data handover in DcTracker/DataConnection/ApnContext"
This commit is contained in:
@@ -961,6 +961,13 @@ public final class DataFailCause {
|
||||
/** @hide */
|
||||
public static final int RESET_BY_FRAMEWORK = 0x10005;
|
||||
|
||||
/**
|
||||
* Data handover failed.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int HANDOVER_FAILED = 0x10006;
|
||||
|
||||
/** @hide */
|
||||
@IntDef(value = {
|
||||
NONE,
|
||||
|
||||
Reference in New Issue
Block a user