Searched refs:SUPPORTED_CHANNELS (Results 1 – 2 of 2) sorted by relevance
21 import static androidx.core.uwb.backend.impl.internal.Utils.SUPPORTED_CHANNELS;40 checkArgument(SUPPORTED_CHANNELS.contains(channel), "Invalid channel number."); in UwbComplexChannel()79 return (Arrays.binarySearch(Ints.toArray(SUPPORTED_CHANNELS), mChannel << 4) in encode()
368 public static final ImmutableList<Integer> SUPPORTED_CHANNELS = field in Utils