commit | faae435df7fc77b3266fcebd3ebfd8a77687b228 | [log] [tgz] |
---|---|---|
author | Avinash Malipatil <avinashmp@google.com> | Fri Dec 23 09:09:51 2022 +0000 |
committer | Avinash Malipatil <avinashmp@google.com> | Fri Feb 17 07:11:56 2023 +0000 |
tree | 76cb894c218ddd9e39359dd1bf9fa550cb86d604 | |
parent | dd76f4b3fc2fde1122b15c8dfa89f5cdb43dc6d7 [diff] |
Add key for passing domain compare feature flag to GsmCdmaPhone. Bug: 263552148 Test: Manual call testing Change-Id: I524381ca74e60d7103421dafd0b3e9f1b2aed173
diff --git a/telephony/java/com/android/internal/telephony/PhoneConstants.java b/telephony/java/com/android/internal/telephony/PhoneConstants.java index a9ebd5c..07f2916 100644 --- a/telephony/java/com/android/internal/telephony/PhoneConstants.java +++ b/telephony/java/com/android/internal/telephony/PhoneConstants.java
@@ -250,6 +250,9 @@ */ 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"; }