Lines Matching refs:log

118             log("ConnectivityReceiver: onReceive() is called with " + intent);
143 log("mNetworkInfo: " + mNetworkInfo.toString());
145 log("mOtherNetworkInfo: " + mOtherNetworkInfo.toString());
161 log("scan results are available");
166 log("mWifiNetworkInfo: " + mWifiNetworkInfo.toString());
200 log("Failed to establish AsyncChannel connection");
218 log("onCreate, inst=" + Integer.toHexString(hashCode()));
251 log("Disable soft ap");
255 log("Clear Wifi before we start the test.");
270 log("Initialize network state for " + networkType + ": " +
277 log("record network state for network " + networkType +
291 log("validate network state for " + networkType + ": ");
297 log("get network state transition failure reason for " + networkType + ": " +
304 log("notify network connectivity changed");
310 log("notify that scan results are available");
318 log("notify wifi state changed");
325 log("notify wifi AP state changed");
339 log("str: " + str +"tethRex: " + tethRex);
349 log("error: str: " + str +"tethRex: " + tethRex);
361 log("mWifiTetherResult: " + mWifiTetherResult);
373 log("waitForNetworkState time out, the state of network type " + networkType +
379 log("networktype: " + networkType + " state: " +
384 log("Wait for the connectivity state for network: " + networkType +
394 log("network state for " + mNetworkInfo.getType() +
415 log("Wait for wifi state to be: " + expectedState);
423 log("Wifi state is: " + mWifiState);
443 log("Wait for wifi AP state to be: " + expectedState);
451 log("Wifi state is: " + mWifiManager.getWifiApState());
471 log("Wait for wifi tethering result.");
503 log("Turn screen off");
511 log("Turn screen on");
534 log("Start ping test, ping " + host);
543 log("Ping test Fail: Unknown Host");
545 log("Ping test Fail: IOException");
547 log("Ping test Fail: InterruptedException");
578 log("Wifi is not enabled, enable it");
582 log("wait for WIFI_STATE_ENABLED failed");
591 log("size of scan result list: " + netList.size());
595 log("found " + ssid + " in the scan result list");
596 log("retry: " + retry);
603 log("connect failure " + reason);
619 log("wait for scan results timeout");
648 log("Enabled wifi before remove configured networks");
653 log("size of wifiConfigList: " + wifiConfigList.size());
655 log("remove wifi configuration: " + wifiConfig.networkId);
661 log("Failed to forget " + reason);
724 log("onDestroy, inst=" + Integer.toHexString(hashCode()));
767 private void log(String message) {