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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DTlvBufferUtilsTest.java217 private static boolean utilAreArraysEqual(byte[] x, int xLength, byte[] y, int yLength) { argument
218 if (xLength != yLength) {
223 for (int i = 0; i < xLength; ++i) {
228 } else if (xLength != 0) {
H A DWifiNanManagerTest.java386 private static boolean utilAreArraysEqual(byte[] x, int xLength, byte[] y, int yLength) { argument
387 if (xLength != yLength) {
392 for (int i = 0; i < xLength; ++i) {
397 } else if (xLength != 0) {

Completed in 73 milliseconds