Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22710e5a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add back ImsUceManager status definitions" into rvc-dev am: 3e95fbba am: d0df92f4

Change-Id: I90e103c83746d3fa0fef3cd89d54ac8d0b03ddf1
parents 87bea8f6 d0df92f4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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