Merge "Add back ImsUceManager status definitions" into rvc-dev am: 3e95fbba28 am: d0df92f4bf am: 22710e5a5b

Change-Id: I6939d08b66bd7d23442f519c859c1e8991adeb42
This commit is contained in:
TreeHugger Robot
2020-03-19 00:14:24 +00:00
committed by Automerger Merge Worker

View File

@@ -50,6 +50,16 @@ public class ImsUceManager {
public static final String ACTION_UCE_SERVICE_DOWN =
"com.android.ims.internal.uce.UCE_SERVICE_DOWN";
/**
* Uce Service status received in IUceListener.setStatus() callback
*/
public static final int UCE_SERVICE_STATUS_FAILURE = 0;
/** indicate UI to call Presence/Options API. */
public static final int UCE_SERVICE_STATUS_ON = 1;
/** Indicate UI destroy Presence/Options */
public static final int UCE_SERVICE_STATUS_CLOSED = 2;
/** Service up and trying to register for network events */
public static final int UCE_SERVICE_STATUS_READY = 3;
/**
* Gets the instance of UCE Manager