Home
last modified time | relevance | path

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

/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DSingleScanSettingsTest.java107 SingleScanSettings scanSettings2 = new SingleScanSettings(); in testAsHashMapKey() local
108 scanSettings2.scanType = IWifiScannerImpl.SCAN_TYPE_HIGH_ACCURACY; in testAsHashMapKey()
109 scanSettings2.channelSettings = in testAsHashMapKey()
111 scanSettings2.hiddenNetworks = in testAsHashMapKey()
113 scanSettings2.vendorIes = mVendorIes; in testAsHashMapKey()
115 assertEquals(scanSettings1, scanSettings2); in testAsHashMapKey()
116 assertEquals(scanSettings1.hashCode(), scanSettings2.hashCode()); in testAsHashMapKey()
121 assertEquals(TEST_VALUE, map.get(scanSettings2).intValue()); in testAsHashMapKey()