Searched refs:scanSettings1 (Results 1 – 1 of 1) sorted by relevance
95 SingleScanSettings scanSettings1 = new SingleScanSettings(); in testAsHashMapKey() local96 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()