Searched refs:onTetherableInterfacesChanged (Results 1 – 3 of 3) sorted by relevance
218 public void onTetherableInterfacesChanged(List<String> interfaces) { in onTetherableInterfacesChanged() method in CtsTetheringUtils.TestTetheringEventCallback226 public void onTetherableInterfacesChanged(Set<TetheringInterface> interfaces) { in onTetherableInterfacesChanged() method in CtsTetheringUtils.TestTetheringEventCallback227 TetheringEventCallback.super.onTetherableInterfacesChanged(interfaces); in onTetherableInterfacesChanged()
1146 default void onTetherableInterfacesChanged(@NonNull List<String> interfaces) {}1156 default void onTetherableInterfacesChanged(@NonNull Set<TetheringInterface> interfaces) {1159 onTetherableInterfacesChanged(toIfaces(interfaces));1384 callback.onTetherableInterfacesChanged(
90 …method public default void onTetherableInterfacesChanged(@NonNull java.util.List<java.lang.String>…91 …method public default void onTetherableInterfacesChanged(@NonNull java.util.Set<android.net.Tether…