Loading src/com/android/settings/network/telephony/SatelliteSettingPreferenceController.java +4 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,10 @@ public class SatelliteSettingPreferenceController extends } private void updateSummary(Preference preference) { if (mSatelliteManager == null) { logd("updateSummary - no SatelliteManager"); return; } try { Set<Integer> restrictionReason = mSatelliteManager.getAttachRestrictionReasonsForCarrier(mSubId); Loading Loading
src/com/android/settings/network/telephony/SatelliteSettingPreferenceController.java +4 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,10 @@ public class SatelliteSettingPreferenceController extends } private void updateSummary(Preference preference) { if (mSatelliteManager == null) { logd("updateSummary - no SatelliteManager"); return; } try { Set<Integer> restrictionReason = mSatelliteManager.getAttachRestrictionReasonsForCarrier(mSubId); Loading