Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWakeupControllerTest.java328 String ssid1 = "ssid 1"; in startInitializesWakeupLockWithSavedScanResults() local
330 String quotedSsid = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithSavedScanResults()
341 ScanResult savedScanResult = createOpenScanResult(ssid1, 2412 /* frequency */); in startInitializesWakeupLockWithSavedScanResults()
363 String ssid1 = "ssid 1"; in startInitializesWakeupLockWithNetworkSuggestions() local
365 String quotedSsid = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithNetworkSuggestions()
379 ScanResult savedScanResult = createOpenScanResult(ssid1, 2412 /* frequency */); in startInitializesWakeupLockWithNetworkSuggestions()
401 String ssid1 = "ssid 1"; in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions() local
404 String quotedSsid1 = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
420 ScanResult savedScanResult = createOpenScanResult(ssid1, 2412 /* frequency */); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
DWifiNetworkFactoryTest.java2753 private void setupScanData(int scanResultType, String ssid1, String ssid2, String ssid3, in setupScanData() argument
2763 scanResults[0].SSID = ssid1; in setupScanData()