Home
last modified time | relevance | path

Searched refs:satelliteAttachRestrictionForCarrierArray (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java2826 Map<Integer, Set<Integer>> satelliteAttachRestrictionForCarrierArray = new HashMap<>(); in testSatelliteCommunicationRestrictionForEntitlement() local
2827 satelliteAttachRestrictionForCarrierArray.put(SUB_ID, new HashSet<>()); in testSatelliteCommunicationRestrictionForEntitlement()
2828 satelliteAttachRestrictionForCarrierArray.get(SUB_ID).add( in testSatelliteCommunicationRestrictionForEntitlement()
2831 mSatelliteControllerUT, satelliteAttachRestrictionForCarrierArray); in testSatelliteCommunicationRestrictionForEntitlement()