Home | History | Annotate | Download | only in wifi

Lines Matching defs:mTAG

49     private final String mTAG;
108 mTAG = "WifiNative-" + interfaceName;
160 if (DBG) Log.d(mTAG, "doBoolean: " + command);
166 if (DBG) Log.d(mTAG, command + ": returned " + result);
172 if (DBG) Log.d(mTAG, "doInt: " + command);
178 if (DBG) Log.d(mTAG, " returned " + result);
187 Log.d(mTAG, "doString: [" + command + "]");
195 if (DBG) Log.d(mTAG, "doStringCommandNative no result");
200 if (DBG) Log.d(mTAG, " returned " + result.replace("\n", " "));
210 Log.d(mTAG, "doString: [" + command + "]");
825 if (DBG) Log.d(mTAG, "p2pSetChannel: lc="+lc+", oc="+oc);