Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2755 final String quotedSSID = String.format("\"%s\"", wifiSSID); in checkWifiConnection() local
2762 test = quotedSSID.equals(actualSSID); in checkWifiConnection()
2763 CLog.v("%s: SSID match (%s, %s, %b)", getSerialNumber(), quotedSSID, actualSSID, test); in checkWifiConnection()