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

  /frameworks/base/core/java/android/net/
ConnectivityManager.java 634 public int tether(String iface) { method in class:ConnectivityManager
636 return mService.tether(iface);
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 320 public int tether(String iface) { method in class:Tethering
327 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
331 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
520 int result = (enable ? tether(iface) : untether(iface));
733 // notification from the master SM that it's not in tether mode
735 // request from the user that it wants to tether
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 2472 public int tether(String iface) { method in class:ConnectivityService
    [all...]

Completed in 125 milliseconds