Searched defs:mTAG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java44 private final String mTAG; field in class:WifiNative
84 mTAG = "WifiNative-" + iface;
100 if (DBG) Log.d(mTAG, "doBoolean: " + command);
105 if (DBG) Log.d(mTAG, "doInt: " + command);
110 if (DBG) Log.d(mTAG, "doString: " + command);

Completed in 29 milliseconds