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 238 * gives a String[] listing all the interfaces we tried to tether and
984 public int tether(String iface) { method in class:ConnectivityManager
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 326 public int tether(String iface) { method in class:Tethering
333 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
337 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
537 int result = (enable ? tether(iface) : untether(iface));
736 // notification from the master SM that it's not in tether mode
738 // request from the user that it wants to tether
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 3147 public int tether(String iface) { method in class:ConnectivityService
    [all...]

Completed in 292 milliseconds