Searched refs:setPanId (Results 1 – 5 of 5) sorted by relevance
517 ActiveOperationalDataset dataset = new Builder(DEFAULT_DATASET).setPanId(0xfffe).build(); in builder_setValidPanId_success()526 assertThrows(IllegalArgumentException.class, () -> builder.setPanId(0xffff)); in builder_setInvalidPanId_throwsIllegalArgument()
62 .setPanId(12345) in createActiveDataset()
289 builder.setPanId(((value[0] & 0xff) << 8) | (value[1] & 0xff)); in initWithTlv()745 public Builder setPanId(@IntRange(from = 0, to = 0xfffe) int panId) { in setPanId() method in ActiveOperationalDataset.Builder
891 .setPanId(panId)
466 …method @NonNull public android.net.thread.ActiveOperationalDataset.Builder setPanId(@IntRange(from…