Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1773 boolean success = trySetSystemSelectionChannels( in testSetSystemSelectionChannels()
1780 trySetSystemSelectionChannels(Collections.singletonList(specifier), false); in testSetSystemSelectionChannels()
1798 if (!trySetSystemSelectionChannels(Collections.emptyList(), true)) { in testSetSystemSelectionChannels()
1811 if (!trySetSystemSelectionChannels(validSpecifiers, true)) { in testSetSystemSelectionChannels()
1819 trySetSystemSelectionChannels(initialSpecifiers, true); in testSetSystemSelectionChannels()
1837 private boolean trySetSystemSelectionChannels(List<RadioAccessSpecifier> specifiers, in trySetSystemSelectionChannels() method in TelephonyManagerTest