Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java2328 int[] actualEarfcnsArray = systemSelectionSpecifier.getEarfcns(); in testUpdateSystemSelectionChannels()
2360 actualEarfcnsArray = systemSelectionSpecifier.getEarfcns(); in testUpdateSystemSelectionChannels()
2458 List<Integer> actualEarfcnList = Arrays.stream(systemSelectionSpecifier.getEarfcns()) in testUpdateSystemSelectionChannels_HandleInvalidInput()
2492 assertEquals(0, systemSelectionSpecifier.getEarfcns().length); in testUpdateSystemSelectionChannels_HandleInvalidInput()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java3318 public Set<Integer> getEarfcns() { in getEarfcns() method in SatelliteAccessController.SatelliteRegionalConfig