Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java184 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command; in doBooleanCommand() local
186 localLog(toLog + " -> " + result); in doBooleanCommand()
206 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command; in doIntCommand() local
208 localLog(toLog + " -> " + result); in doIntCommand()
223 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command; in doStringCommand() local
229 localLog(toLog + " -> " + result); in doStringCommand()