Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1768 List<Integer> validBands = new ArrayList<>(); in testSetSystemSelectionChannels() local
1776 validBands.add(band); in testSetSystemSelectionChannels()
1791 if (!validBands.isEmpty()) { in testSetSystemSelectionChannels()
1793 validBands.stream().mapToInt(i -> i).toArray(), new int[]{})); in testSetSystemSelectionChannels()