summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Rambo Wang <rambowang@google.com> 2024-02-23 16:30:43 +0000
committer Rambo Wang <rambowang@google.com> 2024-02-23 16:30:43 +0000
commit8e066d447bf9b4c8637ab40c039e141f2bcbee84 (patch)
tree19954447079522928f45ac11a228181efd0a656b
parentbb8591352629513ae2326ab744165be4a7970ad8 (diff)
Remove redundant TODO comment in TelephonySubscriptionTracker
The CL simply removes the redundant TODO comment because the planned work has been delivered. Bug: 221306368 Test: make Flag: EXEMPT Change-Id: I42c5affd2635876402565465048fc65908c9d88b
-rw-r--r--services/core/java/com/android/server/vcn/TelephonySubscriptionTracker.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/vcn/TelephonySubscriptionTracker.java b/services/core/java/com/android/server/vcn/TelephonySubscriptionTracker.java
index 17f5e9585c22..7206c0377bf7 100644
--- a/services/core/java/com/android/server/vcn/TelephonySubscriptionTracker.java
+++ b/services/core/java/com/android/server/vcn/TelephonySubscriptionTracker.java
@@ -164,7 +164,6 @@ public class TelephonySubscriptionTracker extends BroadcastReceiver {
registerCarrierPrivilegesCallbacks();
}
- // TODO(b/221306368): Refactor with the new onCarrierServiceChange in the new CPCallback
private void registerCarrierPrivilegesCallbacks() {
final HandlerExecutor executor = new HandlerExecutor(mHandler);
final int modemCount = mTelephonyManager.getActiveModemCount();