Searched refs:getLastTetherError (Results 1 – 6 of 6) sorted by relevance
14 method public int getLastTetherError(@NonNull String);
94 int getLastTetherError(String iface); in getLastTetherError() method
2996 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityManager2997 int error = getTetheringManager().getLastTetherError(iface); in getLastTetherError()
1354 public int getLastTetherError(@NonNull final String iface) {
4951 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityService4954 return tm.getLastTetherError(iface); in getLastTetherError()
187 Landroid/net/IConnectivityManager$Stub$Proxy;->getLastTetherError(Ljava/lang/String;)I