From 86e42e53515aee1c81393600319ea2e7ab266f4a Mon Sep 17 00:00:00 2001
From: Avinash Malipatil <avinashmp@google.com>
Date: Tue, 6 Feb 2024 18:36:17 +0000
Subject: [PATCH] Remove domain selection results comparison feature.

Bug: 323988541
Test: Manual call testing
Change-Id: I34a8237d4aaf57008686c456fde16aeaa82df097
---
 .../java/com/android/internal/telephony/PhoneConstants.java    | 3 ---
 1 file changed, 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";
 }
-- 
GitLab