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.java2444 final String quotedSSID = String.format("\"%s\"", wifiSSID); in checkWifiConnection() local
2451 test = quotedSSID.equals(actualSSID); in checkWifiConnection()
2452 CLog.v("%s: SSID match (%s, %s, %b)", getSerialNumber(), quotedSSID, actualSSID, test); in checkWifiConnection()