Searched refs:TETHERING_USB_ON (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.settings.network.TetherEnabler.TETHERING_USB_ON;201 doReturn(TETHERING_USB_ON).when(mEnabler).getTetheringState(null /* tethered */); in onSwitchToggled_stopAllTetheringInterfaces()305 assertThat(TetherEnabler.isTethering(TETHERING_USB_ON, TETHERING_USB)).isTrue(); in isTethering_shouldReturnCorrectly()306 assertThat(TetherEnabler.isTethering(~TETHERING_USB_ON, TETHERING_USB)).isFalse(); in isTethering_shouldReturnCorrectly()
105 TETHERING_USB_ON,113 public static final int TETHERING_USB_ON = 1 << TETHERING_USB; field in TetherEnabler270 tetherState |= TETHERING_USB_ON; in getTetheringState()