Searched refs:getTetheringErroredIfaces (Results 1 – 8 of 8) sorted by relevance
20 method @NonNull public String[] getTetheringErroredIfaces();
114 String[] getTetheringErroredIfaces(); in getTetheringErroredIfaces() method
3039 public String[] getTetheringErroredIfaces() { in getTetheringErroredIfaces() method in ConnectivityManager3040 return getTetheringManager().getTetheringErroredIfaces(); in getTetheringErroredIfaces()
410 when(mTetheringManager.getTetheringErroredIfaces()).thenReturn(new String[0]); in updateOnlyBluetoothState()
1623 public @NonNull String[] getTetheringErroredIfaces() {
203 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetheringErroredIfaces()[Ljava/lang/String;
6822 public String[] getTetheringErroredIfaces() {6827 return tm.getTetheringErroredIfaces();
18764 assertThrows(SecurityException.class, () -> mService.getTetheringErroredIfaces());18778 mService.getTetheringErroredIfaces();18779 verify(mTetheringManager).getTetheringErroredIfaces();