Searched refs:specifiers (Results 1 – 2 of 2) sorted by relevance
537 android.hardware.radio.network.RadioAccessSpecifier[] specifiers = in getSystemSelectionChannels() local541 mRadioNetworkResponse.getSystemSelectionChannelsResponse(rsp, specifiers); in getSystemSelectionChannels()803 int serial, boolean specifyChannels, RadioAccessSpecifier[] specifiers) { in setSystemSelectionChannels() argument
1766 List<RadioAccessSpecifier> specifiers; in testSetSystemSelectionChannels() local1784 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() argument1848 specifiers, getContext().getMainExecutor(), queue::offer); in trySetSystemSelectionChannels()1855 mTelephonyManager.setSystemSelectionChannels(specifiers); in trySetSystemSelectionChannels()