Searched refs:trySetSystemSelectionChannels (Results 1 – 1 of 1) sorted by relevance
1440 boolean success = trySetSystemSelectionChannels( in testSetSystemSelectionChannels()1447 trySetSystemSelectionChannels(Collections.singletonList(specifier), false); in testSetSystemSelectionChannels()1465 if (!trySetSystemSelectionChannels(Collections.emptyList(), true)) { in testSetSystemSelectionChannels()1478 if (!trySetSystemSelectionChannels(validSpecifiers, true)) { in testSetSystemSelectionChannels()1486 trySetSystemSelectionChannels(initialSpecifiers, true); in testSetSystemSelectionChannels()1504 private boolean trySetSystemSelectionChannels(List<RadioAccessSpecifier> specifiers, in trySetSystemSelectionChannels() method in TelephonyManagerTest