Searched refs:getLastTetherError (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl78 int getLastTetherError(String iface);
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/
H A DConnectivityService.java2494 public int getLastTetherError(String iface) { method in class:ConnectivityService
2498 return mTethering.getLastTetherError(iface);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java356 public int getLastTetherError(String iface) { method in class:Tethering
361 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface +

Completed in 46 milliseconds