Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DIntegrationTestUtils.java227 public static List<PrefixInformationOption> getRaPios(byte[] raMsg) { in getRaPios() argument
230 if (raMsg == null) { in getRaPios()
234 final ByteBuffer buf = ByteBuffer.wrap(raMsg); in getRaPios()
246 while (buf.position() < raMsg.length) { in getRaPios()