Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioNetworkImpl.java537 android.hardware.radio.network.RadioAccessSpecifier[] specifiers = in getSystemSelectionChannels() local
541 mRadioNetworkResponse.getSystemSelectionChannelsResponse(rsp, specifiers); in getSystemSelectionChannels()
803 int serial, boolean specifyChannels, RadioAccessSpecifier[] specifiers) { in setSystemSelectionChannels() argument
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1766 List<RadioAccessSpecifier> specifiers; in testSetSystemSelectionChannels() local
1784 specifiers = tryGetSystemSelectionChannels(); in testSetSystemSelectionChannels()
1785 assertNotNull(specifiers); in testSetSystemSelectionChannels()
1786 assertEquals(1, specifiers.size()); in testSetSystemSelectionChannels()
1787 assertEquals(specifier, specifiers.get(0)); in testSetSystemSelectionChannels()
1804 specifiers = tryGetSystemSelectionChannels(); in testSetSystemSelectionChannels()
1837 private boolean trySetSystemSelectionChannels(List<RadioAccessSpecifier> specifiers, in trySetSystemSelectionChannels() argument
1848 specifiers, getContext().getMainExecutor(), queue::offer); in trySetSystemSelectionChannels()
1855 mTelephonyManager.setSystemSelectionChannels(specifiers); in trySetSystemSelectionChannels()