Reflect satellite api refactoring to Settings
Removed the word Satellite from all the method names might improve brevity and readability excluding cases that cause confusion. Bug: 297933128 Test: manual test using testSatelliteApp Change-Id: Ia817b8bf531031c28264750c03a6f7004ed81aa5
This commit is contained in:
@@ -113,7 +113,7 @@ public class SatelliteSettingPreferenceController extends
|
||||
private void updateSummary(Preference preference) {
|
||||
try {
|
||||
Set<Integer> restrictionReason =
|
||||
mSatelliteManager.getSatelliteAttachRestrictionReasonsForCarrier(mSubId);
|
||||
mSatelliteManager.getAttachRestrictionReasonsForCarrier(mSubId);
|
||||
boolean isSatelliteEligible = !restrictionReason.contains(
|
||||
SatelliteManager.SATELLITE_COMMUNICATION_RESTRICTION_REASON_ENTITLEMENT);
|
||||
if (mIsSatelliteEligible == null || mIsSatelliteEligible != isSatelliteEligible) {
|
||||
|
Reference in New Issue
Block a user