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

  /frameworks/base/core/java/android/net/
ConnectivityManager.java 267 * gives a String[] listing all the interfaces we tried to tether and
1527 public int tether(String iface) { method in class:ConnectivityManager
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 329 public int tether(String iface) { method in class:Tethering
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
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 2514 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1526 milliseconds