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

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java268 * failed. Use {@link #getLastTetherError} to find the error code
1460 * {@link ConnectivityManager#getLastTetherError} can be used to get more
1670 public int getLastTetherError(String iface) { method in class:ConnectivityManager
1672 return mService.getLastTetherError(iface);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java359 public int getLastTetherError(String iface) { method in class:Tethering
364 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface +
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2377 public int getLastTetherError(String iface) { method in class:ConnectivityService
2381 return mTethering.getLastTetherError(iface);

Completed in 3676 milliseconds