Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DScanResultTest.java322 ScanResult scanResult2 = new ScanResult(scanResult); in testScanResultConstructors() local
323 assertThat(scanResult2.SSID).isEqualTo(TEST_SSID); in testScanResultConstructors()
324 assertThat(scanResult2.getWifiSsid()).isEqualTo(scanResult.getWifiSsid()); in testScanResultConstructors()
325 assertThat(scanResult2.BSSID).isEqualTo(TEST_BSSID); in testScanResultConstructors()
326 assertThat(scanResult2.capabilities).isEqualTo(TEST_CAPS); in testScanResultConstructors()
327 assertThat(scanResult2.level).isEqualTo(TEST_LEVEL); in testScanResultConstructors()
328 assertThat(scanResult2.frequency).isEqualTo(TEST_FREQUENCY); in testScanResultConstructors()
329 assertThat(scanResult2.timestamp).isEqualTo(TEST_TIMESTAMP); in testScanResultConstructors()