Home | History | Annotate | Download | only in connectivity

Lines Matching refs:VDBG

78     private final static boolean VDBG = false;
206 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up);
231 if (VDBG) Log.d(TAG, "ignore interface down for " + iface);
241 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
273 if (VDBG) Log.d(TAG, "interfaceAdded " + iface);
288 if (VDBG) Log.d(TAG, iface + " is not a tetherable iface, ignoring");
294 if (VDBG) Log.d(TAG, "active iface (" + iface + ") reported as added, ignoring");
304 if (VDBG) Log.d(TAG, "interfaceRemoved " + iface);
308 if (VDBG) {
516 if (VDBG) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION");
526 if (VDBG) Log.d(TAG, "tetherUsb " + enable);
548 if (VDBG) Log.d(TAG, "configureUsbIface(" + enabled + ")");
598 if (VDBG) Log.d(TAG, "setUsbTethering(" + enable + ")");
976 if (VDBG) Log.e(TAG, "Exception in forceUpdate: " + e.toString());
981 if (VDBG) Log.e(TAG, "Exception in disableNat: " + e.toString());
1024 if (VDBG) Log.d(TAG, "Connection changed noop - dropping");
1284 if (VDBG) {
1399 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1405 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who);
1442 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1449 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who);
1477 if (VDBG) {