Home
last modified time | relevance | path

Searched refs:isEthernetAvailable (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
H A DMainFragmentTest.java70 doReturn(false).when(listener).isEthernetAvailable(); in testUpdateConnectivity_NoNetwork()
87 doReturn(true).when(listener).isEthernetAvailable(); in testUpdateConnectivity_hasEthernet()
104 doReturn(true).when(listener).isEthernetAvailable(); in testUpdateConnectivity_hasEthernetConnected()
121 doReturn(false).when(listener).isEthernetAvailable(); in testUpdateConnectivity_wifiSignal()
170 doReturn(false).when(listener).isEthernetAvailable(); in testUpdateConnectivity_notConnected()
187 doReturn(false).when(listener).isEthernetAvailable(); in testUpdateConnectivity_cellSignal()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/network/
H A DNetworkMainState.java282 mNetworkModule.getConnectivityListener().isEthernetAvailable(); in updateConnectivity()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectivityListener.java285 public boolean isEthernetAvailable() { in isEthernetAvailable() method in ConnectivityListener
H A DNetworkFragment.java328 final boolean ethernetAvailable = mConnectivityListener.isEthernetAvailable(); in updateConnectivity()