Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
Dmodule-lib-current.txt14 method public int getLastTetherError(@NonNull String);
/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl94 int getLastTetherError(String iface); in getLastTetherError() method
DConnectivityManager.java2996 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityManager
2997 int error = getTetheringManager().getLastTetherError(iface); in getLastTetherError()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java1354 public int getLastTetherError(@NonNull final String iface) {
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java4951 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityService
4954 return tm.getLastTetherError(iface); in getLastTetherError()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt187 Landroid/net/IConnectivityManager$Stub$Proxy;->getLastTetherError(Ljava/lang/String;)I