Searched refs:mTetheredInterfaces (Results 1 – 3 of 3) sorted by relevance
36 protected MutableLiveData<List<String>> mTetheredInterfaces = new MutableLiveData<>(); field in TetheringManagerModel63 return Transformations.distinctUntilChanged(mTetheredInterfaces); in getTetheredInterfaces()94 mTetheredInterfaces.setValue(interfaces); in onTetheredInterfacesChanged()
91 mModel.mTetheredInterfaces.setValue(null); in onTetheredInterfacesChanged_updateTetheredInterfaces()95 assertThat(mModel.mTetheredInterfaces.getValue()).isEqualTo(mInterfaces); in onTetheredInterfacesChanged_updateTetheredInterfaces()
96 private final List<String> mTetheredInterfaces = new ArrayList<>(); field in MdnsSocketProvider202 handleTetherInterfacesChanged(mTetheredInterfaces, interfaces); in MdnsSocketProvider()385 mTetheredInterfaces.clear(); in maybeStopMonitoringSockets()694 for (String tetheredInterface : mTetheredInterfaces) { in requestSocket()