Home | History | Annotate | Download | only in connectivity

Lines Matching defs:tether

329     public int tether(String iface) {
336 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
340 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
543 int result = (enable ? tether(iface) : untether(iface));
741 // notification from the master SM that it's not in tether mode
743 // request from the user that it wants to tether
1071 if (DBG) Log.d(TAG, "Tether lost upstream connection " + mIfaceName);
1502 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1508 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who);
1547 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1554 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who);
1681 pw.println("Permission Denial: can't dump ConnectivityService.Tether " +
1694 pw.println("Tether state:");