Lines Matching refs:DBG

60     private static final boolean DBG = true;
96 if (DBG) Log.d(TAG, "ClientHandler got" + msg);
103 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages: " +
115 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
117 if (DBG) Slog.d(TAG, "closing client " + msg.replyTo);
203 if (DBG) Log.d(TAG, "SCAN_AVAILABLE : " + state);
228 // setDbg(DBG);
239 if (DBG) Log.d(TAG, "onScanResultAvailable event received");
245 if (DBG) Log.d(TAG, "onSingleScanComplete event received");
251 if (DBG) Log.d(TAG, "Full scanresult received");
267 if (DBG) Log.d(TAG, "HotlistApFound event received");
273 if (DBG) Log.d(TAG, "onWifiChangesFound event received");
280 if (DBG) Log.d(TAG, "DefaultState");
285 if (DBG) Log.d(TAG, "DefaultState got" + msg);
315 if (DBG) log("ignored scan results available event");
319 if (DBG) log("ignored full scan result event");
334 if (DBG) Log.d(TAG, "StartedState");
340 if (DBG) Log.d(TAG, "StartedState got" + msg);
391 if (DBG) Log.d(TAG, "reporting fullscan result for " + result.SSID);
401 if (DBG) Log.d(TAG, "Found " + results.length + " results");
430 if (DBG) Log.d(TAG, "PausedState");
436 if (DBG) Log.d(TAG, "PausedState got" + msg);
471 if (DBG) Slog.d(TAG, "New client, channel: " + c + " messenger: " + m);
581 if (DBG) Log.d(TAG, "sending it to " + handler);
902 if (DBG) Log.d(TAG, "Already scanning channel " + desiredChannelSpec.frequency);
927 if (DBG) Log.d(TAG, "setting report_events to " + settings.reportEvents);
930 if (DBG) Log.d(TAG, "report_events is " + settings.reportEvents);
989 if (DBG) Log.d(TAG, "could not find a good bucket");
1002 if (DBG) Log.d(TAG, "Stopping scan because there are no buckets");
1007 if (DBG) Log.d(TAG, "Successfully started scan of " + s.num_buckets + " buckets at"
1011 if (DBG) Log.d(TAG, "Failed to start scan of " + s.num_buckets + " buckets");
1223 if (DBG) Log.d(TAG, "Entering IdleState");
1228 if (DBG) Log.d(TAG, "DefaultState state got " + msg);
1253 if (DBG) Log.d(TAG, "Entering StationaryState");
1259 if (DBG) Log.d(TAG, "Stationary state got " + msg);
1265 if (DBG) Log.d(TAG, "Got wifi change detected");
1270 if (DBG) Log.d(TAG, "Got Disable Wifi Change");
1293 if (DBG) Log.d(TAG, "Entering MovingState");
1299 if (DBG) Log.d(TAG, "MovingState state got " + msg);
1305 if (DBG) Log.d(TAG, "Got Disable Wifi Change");
1312 if (DBG) Log.d(TAG, "Got scan results");
1314 if (DBG) Log.d(TAG, "reconfiguring scan");
1324 if (DBG) Log.d(TAG, "Got configuration from app");
1336 if (DBG) Log.d(TAG, "Change detected");
1343 if (DBG) Log.d(TAG, "Got timeout event");
1360 if (DBG) Log.d(TAG, "Issuing full scan");
1421 if (DBG) Log.d(TAG, "Found " + channels.size() + " channels");
1449 if (DBG) Log.d(TAG, "Setting bssid=" + BssidInfo.bssid + ", " +
1465 if (DBG) Log.d(TAG, "Setting configuration specified by app");
1502 if (DBG) Log.d(TAG, "Delivering messages directly");
1520 if (DBG) Log.d(TAG, "Starting scans");
1529 if (DBG) Log.d(TAG, "Stopping scans");