summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Avinash Malipatil <avinashmp@google.com> 2024-02-07 10:58:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-07 10:58:01 +0000
commit33842f2e89ebb21ddabfafd67b8f9f4d8504c034 (patch)
tree33315cfe1024843b392813f921643b0e3ad5493a
parentc171ffe6b7ef493ec0909216f1441766891bfd1b (diff)
parent86e42e53515aee1c81393600319ea2e7ab266f4a (diff)
Merge "Remove domain selection results comparison feature." into main
-rw-r--r--telephony/java/com/android/internal/telephony/PhoneConstants.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/telephony/java/com/android/internal/telephony/PhoneConstants.java b/telephony/java/com/android/internal/telephony/PhoneConstants.java
index 07f2916838e8..a9ebd5c2d7cd 100644
--- a/telephony/java/com/android/internal/telephony/PhoneConstants.java
+++ b/telephony/java/com/android/internal/telephony/PhoneConstants.java
@@ -250,9 +250,6 @@ 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";
}