Searched refs:getChannelMask (Results 1 – 6 of 6) sorted by relevance
280 SparseArray<byte[]> channelMask = dataset.getChannelMask(); in fromThreadTlvs_unsupportedChannelMaskLength_success()435 SparseArray<byte[]> channelMask = dataset.getChannelMask(); in fromThreadTlvs_validFullDataset_success()610 SparseArray<byte[]> resultChannelMask = dataset.getChannelMask(); in builder_setValidChannelMask_success()
181 assertThat(activeDataset.getChannelMask().get(0)) in fromThreadTlvs_openthreadTlvs_success()
721 assertThat(dataset.getChannelMask().size()).isAtLeast(1);
625 assertThat(activeDataset.getChannelMask().size()).isEqualTo(1);626 assertThat(activeDataset.getChannelMask().get(CHANNEL_PAGE_24_GHZ))
506 public SparseArray<byte[]> getChannelMask() { in getChannelMask() method in ActiveOperationalDataset
431 method @NonNull @Size(min=1) public android.util.SparseArray<byte[]> getChannelMask();