Listen wifi entry change to make sure UI correct.

Bug: 319905522
Test: make pass.
Test: atest pass.
Change-Id: I0900caf6521bd9a250e85863f48e39668734f1be
This commit is contained in:
tomhsu
2024-04-08 07:35:24 +00:00
committed by Tom Hsu
parent f5d8f4afa9
commit 91bcc2b594
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