Searched defs:getLastTetherError (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java738 public int getLastTetherError(String iface) { method in class:ConnectivityManager
740 return mService.getLastTetherError(iface);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java357 public int getLastTetherError(String iface) { method in class:Tethering
362 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface +
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2514 public int getLastTetherError(String iface) { method in class:ConnectivityService
2518 return mTethering.getLastTetherError(iface);

Completed in 104 milliseconds