Change the carrier

BUG: 73724473
Test: Local build and boot
Change-Id: I0052ef0f6ea74c43d5292e0a54a6ebfe5f980f0d
(cherry picked from commit 9a2adf0b22defb3254f56f71d756bc18009ba1f9)
diff --git a/guest/hals/ril/vsoc_ril.cpp b/guest/hals/ril/vsoc_ril.cpp
index b60ad8d..27aa298 100644
--- a/guest/hals/ril/vsoc_ril.cpp
+++ b/guest/hals/ril/vsoc_ril.cpp
@@ -1490,7 +1490,7 @@
   gGSMNeighboringCells.resize(1);
   gGSMNeighboringCells[0].cid = (char*)"0000";
   gGSMNeighboringCells[0].rssi = 75;
-  gNetworkOperators["310260"] =
+  gNetworkOperators["302780"] =
       NetworkOperator("Android Virtual Operator", "Android", true);
   gNetworkOperators["310300"] =
       NetworkOperator("Alternative Operator", "Alternative", true);
@@ -1881,7 +1881,7 @@
       // Transition directly to READY. Set default network operator.
       if (gRadioPowerState == RADIO_STATE_ON) {
         gSimStatus = SIM_READY;
-        gCurrentNetworkOperator = "310260";
+        gCurrentNetworkOperator = "302780";
       }
 
       gce_ril_env->RequestTimedCallback(pollSIMState, NULL, &TIMEVAL_SIMPOLL);