Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DSingleScanSettingsTest.java95 SingleScanSettings scanSettings1 = new SingleScanSettings(); in testAsHashMapKey() local
96 scanSettings1.scanType = IWifiScannerImpl.SCAN_TYPE_HIGH_ACCURACY; in testAsHashMapKey()
97 scanSettings1.channelSettings = in testAsHashMapKey()
99 scanSettings1.hiddenNetworks = in testAsHashMapKey()
109 assertEquals(scanSettings1, scanSettings2); in testAsHashMapKey()
110 assertEquals(scanSettings1.hashCode(), scanSettings2.hashCode()); in testAsHashMapKey()
113 map.put(scanSettings1, TEST_VALUE); in testAsHashMapKey()