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

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java809 public int getLastTetherError(String iface) { method in class:ConnectivityManager
811 return mService.getLastTetherError(iface);
H A DIConnectivityManager.aidl80 int getLastTetherError(String iface);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2857 public int getLastTetherError(String iface) { method in class:ConnectivityService
2861 return mTethering.getLastTetherError(iface);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java361 public int getLastTetherError(String iface) { method in class:Tethering
366 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface +

Completed in 94 milliseconds