Searched refs:mSatelliteAttachRestrictionForCarrierArray (Results 1 – 1 of 1) sorted by relevance
356 @NonNull private final Map<Integer, Set<Integer>> mSatelliteAttachRestrictionForCarrierArray = field in SatelliteController1329 boolean enableSatellite = mSatelliteAttachRestrictionForCarrierArray in handleMessage()2143 if (mSatelliteAttachRestrictionForCarrierArray.getOrDefault( in addAttachRestrictionForCarrier()2145 mSatelliteAttachRestrictionForCarrierArray.put(subId, new HashSet<>()); in addAttachRestrictionForCarrier()2146 } else if (mSatelliteAttachRestrictionForCarrierArray.get(subId).contains(reason)) { in addAttachRestrictionForCarrier()2150 mSatelliteAttachRestrictionForCarrierArray.get(subId).add(reason); in addAttachRestrictionForCarrier()2182 if (mSatelliteAttachRestrictionForCarrierArray.getOrDefault( in removeAttachRestrictionForCarrier()2184 || !mSatelliteAttachRestrictionForCarrierArray.get(subId).contains(reason)) { in removeAttachRestrictionForCarrier()2188 mSatelliteAttachRestrictionForCarrierArray.get(subId).remove(reason); in removeAttachRestrictionForCarrier()2213 mSatelliteAttachRestrictionForCarrierArray.get(subId); in getAttachRestrictionReasonsForCarrier()[all …]