Searched refs:TETHERING_ETHERNET_ON (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.settings.network.TetherEnabler.TETHERING_ETHERNET_ON;209 doReturn(TETHERING_ETHERNET_ON).when(mEnabler).getTetheringState(null /* tethered */); in onSwitchToggled_stopAllTetheringInterfaces()312 assertThat(TetherEnabler.isTethering(TETHERING_ETHERNET_ON, TETHERING_ETHERNET)).isTrue(); in isTethering_shouldReturnCorrectly()313 assertThat(TetherEnabler.isTethering(~TETHERING_ETHERNET_ON, TETHERING_ETHERNET)).isFalse(); in isTethering_shouldReturnCorrectly()
107 TETHERING_ETHERNET_ON115 public static final int TETHERING_ETHERNET_ON = 1 << TETHERING_ETHERNET; field in TetherEnabler274 tetherState |= TETHERING_ETHERNET_ON; in getTetheringState()