[go: nahoru, domu]

Searched refs:concatenateByteArrays (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java55 return concatenateByteArrays(TEST_SSID_BYTES_TAG, TEST_SSID_BYTES);
64 private static byte[] concatenateByteArrays(byte[]... byteArrays) throws IOException { method in class:InformationElementUtilTest
129 byte[] ssidBytesWithPadding = concatenateByteArrays(getTestSsidIEBytes(), paddingBytes);
152 byte[] twoTagsSecondInvalidBytes = concatenateByteArrays(getTestSsidIEBytes(), invalidTag);
172 concatenateByteArrays(getTestSsidIEBytes(), TEST_BSS_LOAD_BYTES_IE);
199 concatenateByteArrays(TEST_VALID_ZERO_LENGTH_TAG, getTestSsidIEBytes());
229 concatenateByteArrays(invalidLengthTag, getTestSsidIEBytes());

Completed in 26 milliseconds