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.java324 String ssid1 = "ssid 1"; in startInitializesWakeupLockWithSavedScanResults() local
326 String quotedSsid = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithSavedScanResults()
337 ScanResult savedScanResult = createOpenScanResult(ssid1, 2412 /* frequency */); in startInitializesWakeupLockWithSavedScanResults()
359 String ssid1 = "ssid 1"; in startInitializesWakeupLockWithNetworkSuggestions() local
361 String quotedSsid = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithNetworkSuggestions()
375 ScanResult savedScanResult = createOpenScanResult(ssid1, 2412 /* frequency */); in startInitializesWakeupLockWithNetworkSuggestions()
397 String ssid1 = "ssid 1"; in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions() local
400 String quotedSsid1 = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
416 ScanResult savedScanResult = createOpenScanResult(ssid1, 2412 /* frequency */); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
DWifiNetworkFactoryTest.java2487 private void setupScanData(int scanResultType, String ssid1, String ssid2, String ssid3, in setupScanData() argument
2497 scanResults[0].SSID = ssid1; in setupScanData()