Searched refs:satelliteAttachRestrictionForCarrierArray (Results 1 – 1 of 1) sorted by relevance
2826 Map<Integer, Set<Integer>> satelliteAttachRestrictionForCarrierArray = new HashMap<>(); in testSatelliteCommunicationRestrictionForEntitlement() local2827 satelliteAttachRestrictionForCarrierArray.put(SUB_ID, new HashSet<>()); in testSatelliteCommunicationRestrictionForEntitlement()2828 satelliteAttachRestrictionForCarrierArray.get(SUB_ID).add( in testSatelliteCommunicationRestrictionForEntitlement()2831 mSatelliteControllerUT, satelliteAttachRestrictionForCarrierArray); in testSatelliteCommunicationRestrictionForEntitlement()