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
1479 * {@link ConnectivityManager#getLastTetherError} can be used to get more
1689 public int getLastTetherError(String iface) { method in class:ConnectivityManager
1691 return mService.getLastTetherError(iface);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java365 public int getLastTetherError(String iface) { method in class:Tethering
370 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface +
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2535 public int getLastTetherError(String iface) { method in class:ConnectivityService
2539 return mTethering.getLastTetherError(iface);

Completed in 75 milliseconds