Home
last modified time | relevance | path

Searched refs:getLastTetherError (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl76 int getLastTetherError(String iface); in getLastTetherError() method
DConnectivityManager.java2182 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityManager
2184 return mService.getLastTetherError(iface); in getLastTetherError()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java605 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityServiceMock
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java620 public int getLastTetherError(String iface) { in getLastTetherError() method in Tethering
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2709 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityService
2713 return mTethering.getLastTetherError(iface); in getLastTetherError()