Searched refs:untether (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl74 int untether(String iface, String callerPkg);
H A DConnectivityManager.java2061 * @param iface the interface name to untether.
2066 public int untether(String iface) { method in class:ConnectivityManager
2069 Log.i(TAG, "untether caller:" + pkgName);
2070 return mService.untether(iface, pkgName);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java536 public int untether(String iface, String callerPkg) { method in class:ConnectivityServiceMock
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java603 public int untether(String iface) { method in class:Tethering
612 Log.e(TAG, "Tried to untether an inactive iface :" + iface + ", ignoring");
987 result = untether(ifname);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2886 public int untether(String iface, String callerPkg) { method in class:ConnectivityService
2890 final int status = mTethering.untether(iface);
5498 untether(tether, pkgName);

Completed in 102 milliseconds