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

Commit 2a608621 authored by Avinash Malipatil's avatar Avinash Malipatil Committed by Automerger Merge Worker
Browse files

Merge "Add key for passing domain compare feature flag to GsmCdmaPhone." into...

Merge "Add key for passing domain compare feature flag to GsmCdmaPhone." into udc-dev am: 0657c236

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21474130



Change-Id: I10b31e026293e5779b63a043ab79214536908fe3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 34712033 0657c236
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -250,6 +250,9 @@ public class PhoneConstants {
     */
    public static final int DOMAIN_NON_3GPP_PS = 4;

    /** Key to enable comparison of domain selection results from legacy and new code. */
    public static final String EXTRA_COMPARE_DOMAIN = "compare_domain";

    /** The key to specify the emergency service category */
    public static final String EXTRA_EMERGENCY_SERVICE_CATEGORY = "emergency_service_category";
}