Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DSingleScanSettingsTest.java102 SingleScanSettings scanSettings2 = new SingleScanSettings(); in testAsHashMapKey() local
103 scanSettings2.scanType = IWifiScannerImpl.SCAN_TYPE_HIGH_ACCURACY; in testAsHashMapKey()
104 scanSettings2.channelSettings = in testAsHashMapKey()
106 scanSettings2.hiddenNetworks = in testAsHashMapKey()
109 assertEquals(scanSettings1, scanSettings2); in testAsHashMapKey()
110 assertEquals(scanSettings1.hashCode(), scanSettings2.hashCode()); in testAsHashMapKey()
115 assertEquals(TEST_VALUE, map.get(scanSettings2).intValue()); in testAsHashMapKey()