Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java63 private final String mTAG; field in WifiNative
126 mTAG = "WifiNative-" + interfaceName; in WifiNative()
181 if (DBG) Log.d(mTAG, "doBoolean: " + command); in doBooleanCommand()
187 if (DBG) Log.d(mTAG, command + ": returned " + result); in doBooleanCommand()
193 if (DBG) Log.d(mTAG, "doBooleanCommandWithoutLogging: " + command); in doBooleanCommandWithoutLogging()
197 if (DBG) Log.d(mTAG, command + ": returned " + result); in doBooleanCommandWithoutLogging()
203 if (DBG) Log.d(mTAG, "doInt: " + command); in doIntCommand()
209 if (DBG) Log.d(mTAG, " returned " + result); in doIntCommand()
218 Log.d(mTAG, "doString: [" + command + "]"); in doStringCommand()
226 if (DBG) Log.d(mTAG, "doStringCommandNative no result"); in doStringCommand()
[all …]