summaryrefslogtreecommitdiff
path: root/src/com/android/settings/wifi/CellularFallbackPreferenceController.java
AgeCommit message (Collapse)Author
2021-11-01Add highlight menu keys for all toggle pref controllers and custom slicesJason Chiu
Bug: 204695404 Test: manual, robotest build pass, unit Change-Id: Iad2e28ada8ddb766ffa7eff2c8dc581250cbd6f8
2020-01-08[Mainline] To use @SystemApi to replace non-formal APIs for mainlinechangbetty
- getResourcesForSubId(Context, int, boolean) - @SystemApi getResourcesForSubId(Context, int) - isUsableSubIdValue(int subId) - public isUsableSubscriptionId(int subId) Bug: 147206736 Test: make RunSettingsRoboTests ROBOTEST_FILTER=ResetNetworkTest make RunSettingsRoboTests ROBOTEST_FILTER=ResetNetworkConfirmTest make RunSettingsRoboTests ROBOTEST_FILTER=CellularFallbackPreferenceControllerTest make RunSettingsRoboTests ROBOTEST_FILTER=WifiCallingSettingsForSubTest Change-Id: I1a67db80b114a438afda7d45af90e54af38703c3
2019-08-16[Wi-Fi] Check default data SIM instead of all active subscriptions forArc Wang
'Switch to mobile data automatically' setting To align with framework design. Bug: 138956509 Test: CellularFallbackPreferenceControllerTest manual test: 1. Insert feature supported SIM and check UI. 2. Remove feature supported SIM and check UI. 3. Turn airplane mode on and check 1. and 2.. Change-Id: If10616c9b47fae490521479c5abc99c5df87f409
2019-08-13[Wi-Fi] Fix multi SIM devices switch to mobile data automatically settings ↵Arc Wang
missing problem Context#getResources loading is done based on the last SIM to come up, we may get wrong customization settings. This fix check all active subscriptions and shows the preference when there is one SIM applies. Bug: 138956509 Test: CellularFallbackPreferenceControllerTest manual test: 1. Insert feature supported SIM and check UI. 2. Remove feature supported SIM and check UI. 3. Turn airplane mode on and check 1. and 2.. Change-Id: I72b6db415429181395a02f163889bb1b9c0f070f
2018-12-10Fix carrier-specific Wi-Fi settings appears in search - even on non-carrier ↵Stanley Wang
phone The preference should be removed from the search result when the availability status is false. Change-Id: I979bc70ec7672b137b96a7e02db2e9ba29fbb7a8 Fixes: 112550245 Test: manual and robotests
2018-08-28Sort importsFan Zhang
Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
2018-06-18Reorder and clean up imports.Fan Zhang
Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
2018-04-20Migrate Settings to androidx.Aurimas Liutikas
Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
2017-06-26Make PreferenceController a mixinTony Mantler
Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
2017-01-10Refactor ConfigureWifiSettings for better testingFan Zhang
Fix: 34205150 Test: make -j40 RunSettingsRoboTests Change-Id: I7a8a0c89c087365fb50f3a9edd2cf64b2dda647c