Searched defs:untether (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java612 public int untether(String iface) { method in class:Tethering
621 Log.e(TAG, "Tried to untether an untethered iface :" + iface + ", ignoring");
865 int result = (enable ? tether(chosenIface) : untether(chosenIface));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java615 public int untether(String iface) { method in class:ConnectivityServiceMock
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1998 * @param iface the interface name to untether.
2003 public int untether(String iface) { method in class:ConnectivityManager
2005 return mService.untether(iface);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3003 public int untether(String iface) { method in class:ConnectivityService
3007 final int status = mTethering.untether(iface);
5483 untether(tether);

Completed in 121 milliseconds