Searched refs:onTetherableInterfacesChanged (Results 1 – 3 of 3) sorted by relevance
211 public void onTetherableInterfacesChanged(List<String> interfaces) { in onTetherableInterfacesChanged() method in CtsTetheringUtils.TestTetheringEventCallback219 public void onTetherableInterfacesChanged(Set<TetheringInterface> interfaces) { in onTetherableInterfacesChanged() method in CtsTetheringUtils.TestTetheringEventCallback220 TetheringEventCallback.super.onTetherableInterfacesChanged(interfaces); in onTetherableInterfacesChanged()
1004 default void onTetherableInterfacesChanged(@NonNull List<String> interfaces) {}1014 default void onTetherableInterfacesChanged(@NonNull Set<TetheringInterface> interfaces) {1017 onTetherableInterfacesChanged(toIfaces(interfaces));1240 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…