Merge "Listen wifi entry change to make sure UI correct." into main

This commit is contained in:
Tom Hsu
2024-04-09 09:16:42 +00:00
committed by Android (Google) Code Review
4 changed files with 24 additions and 16 deletions

View File

@@ -165,7 +165,7 @@ public class SubscriptionsPreferenceControllerTest {
mController = new FakeSubscriptionsPreferenceController(mContext, mLifecycle,
mUpdateListener, KEY, 5);
Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 0);
mController.setWifiPickerTrackerHelper(mWifiPickerTrackerHelper);
mController.mWifiPickerTrackerHelper = mWifiPickerTrackerHelper;
}
@After