HomeSort by relevance Sort by last modified time
    Searched defs:mTAG (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 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 + "]")
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 375 milliseconds