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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java440 public static Matcher<WifiNative.BucketSettings> bandIs(final int expectedBand) { argument
445 if (bucketSettings.band != expectedBand) {
447 .appendText("did not have expected band ").appendValue(expectedBand)
457 description.appendText("bucket band is ").appendValue(expectedBand);

Completed in 1129 milliseconds