Loading src/com/android/settings/network/telephony/satellite/SatelliteCarrierSettingUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ public class SatelliteCarrierSettingUtils { try { Set<Integer> restrictionReason = mSatelliteManager.getAttachRestrictionReasonsForCarrier(subId); Log.d(TAG, "Error to getAttachRestrictionReasonsForCarrier : " + restrictionReason); Log.d(TAG, "getAttachRestrictionReasonsForCarrier : " + restrictionReason); return restrictionReason; } catch (SecurityException | IllegalStateException | IllegalArgumentException e) { Log.d(TAG, "Error to getAttachRestrictionReasonsForCarrier : " + e); Loading Loading
src/com/android/settings/network/telephony/satellite/SatelliteCarrierSettingUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ public class SatelliteCarrierSettingUtils { try { Set<Integer> restrictionReason = mSatelliteManager.getAttachRestrictionReasonsForCarrier(subId); Log.d(TAG, "Error to getAttachRestrictionReasonsForCarrier : " + restrictionReason); Log.d(TAG, "getAttachRestrictionReasonsForCarrier : " + restrictionReason); return restrictionReason; } catch (SecurityException | IllegalStateException | IllegalArgumentException e) { Log.d(TAG, "Error to getAttachRestrictionReasonsForCarrier : " + e); Loading