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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java636 public int getLastTetherError(String iface) { method in class:Tethering
640 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface +
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java619 public int getLastTetherError(String iface) { method in class:ConnectivityServiceMock
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java316 * failed. Use {@link #getLastTetherError} to find the error code
1921 * {@link ConnectivityManager#getLastTetherError} can be used to get more
2241 public int getLastTetherError(String iface) { method in class:ConnectivityManager
2243 return mService.getLastTetherError(iface);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3016 public int getLastTetherError(String iface) { method in class:ConnectivityService
3020 return mTethering.getLastTetherError(iface);

Completed in 161 milliseconds