Searched refs:getLastTetherError (Results 1 – 7 of 7) sorted by relevance
14 method public int getLastTetherError(@NonNull String);
101 int getLastTetherError(String iface); in getLastTetherError() method
3522 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityManager3523 int error = getTetheringManager().getLastTetherError(iface); in getLastTetherError()
1523 public int getLastTetherError(@NonNull final String iface) {
187 Landroid/net/IConnectivityManager$Stub$Proxy;->getLastTetherError(Ljava/lang/String;)I
6794 public int getLastTetherError(String iface) {6798 return tm.getLastTetherError(iface);
18761 assertThrows(SecurityException.class, () -> mService.getLastTetherError(testIface));18769 mService.getLastTetherError(testIface);18770 verify(mTetheringManager).getLastTetherError(testIface);