Searched refs:mTAG (Results 1 – 1 of 1) sorted by relevance
137 private final String mTAG; field in WifiNative151 mTAG = "WifiNative-" + interfaceName; in WifiNative()256 if (DBG) Log.d(mTAG, "doBoolean: " + command); in doBooleanCommand()261 if (DBG) Log.d(mTAG, command + ": returned " + result); in doBooleanCommand()267 if (DBG) Log.d(mTAG, "doBooleanCommandWithoutLogging: " + command); in doBooleanCommandWithoutLogging()270 if (DBG) Log.d(mTAG, command + ": returned " + result); in doBooleanCommandWithoutLogging()276 if (DBG) Log.d(mTAG, "doInt: " + command); in doIntCommand()281 if (DBG) Log.d(mTAG, " returned " + result); in doIntCommand()290 Log.d(mTAG, "doString: [" + command + "]"); in doStringCommand()297 if (DBG) Log.d(mTAG, "doStringCommandNative no result"); in doStringCommand()[all …]