renaming telephony internal intents

The "android.*" namespace for intent constants is reserved for public
Android API in AOSP. (Whether public to the full SDK, @SystemApi or
defined in AOSP support libraries.) Implementation details of AOSP
components (subject to change by OEMs at will) should use the
"com.android.internal.*" as per CDD

Bug: 33679454
Test: Manual
Change-Id: I751e9f070add680be06ba1d36c9febd5c8c8b671
diff --git a/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml b/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
index 02e4019..d6a6829 100755
--- a/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
+++ b/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
@@ -19,8 +19,8 @@
         <boolean name="disable_cdma_activation_code_bool" value="true" />
         <string-array name="carrier_app_wake_signal_config" num="1">
             <item value="com.google.android.carriersetup/.VzwActivationReceiver:
-            android.intent.action.CARRIER_SIGNAL_REDIRECTED,
-            android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
+            com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED,
+            com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
         </string-array>
     </carrier_config>
 
@@ -686,8 +686,8 @@
         <boolean name="disable_cdma_activation_code_bool" value="true" />
         <string-array name="carrier_app_wake_signal_config" num="1">
             <item value="com.google.android.carriersetup/.VzwActivationReceiver:
-            android.intent.action.CARRIER_SIGNAL_REDIRECTED,
-            android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
+            com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED,
+            com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
         </string-array>
     </carrier_config>
 
@@ -712,8 +712,8 @@
         <boolean name="disable_cdma_activation_code_bool" value="true" />
         <string-array name="carrier_app_wake_signal_config" num="1">
             <item value="com.google.android.carriersetup/.VzwActivationReceiver:
-            android.intent.action.CARRIER_SIGNAL_REDIRECTED,
-            android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
+            com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED,
+            com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
         </string-array>
     </carrier_config>