Home
last modified time | relevance | path

Searched refs:TETHER_USB_RNDIS_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java33 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_RNDIS_FUNCTION;
655 TETHER_USB_RNDIS_FUNCTION); in testUsbTetheringFunctions()
658 setTetherForceUsbFunctions(TETHER_USB_RNDIS_FUNCTION); in testUsbTetheringFunctions()
691 TETHER_USB_RNDIS_FUNCTION); in testNcmRegexs()
710 setTetherForceUsbFunctions(TETHER_USB_RNDIS_FUNCTION); in testNcmRegexs()
DTetheringTest.java79 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_RNDIS_FUNCTION;
723 TetheringConfiguration.TETHER_USB_RNDIS_FUNCTION); in setTetheringSupported()
841 tetherUsbFunctionMatches(TETHER_USB_RNDIS_FUNCTION, function)); in sendUsbBroadcast()
950 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testUsbConfiguredBroadcastStartsTethering()
1064 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in runUsbTethering()
1234 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in upstreamSelectionTestCommon()
1833 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in setupDunUpstreamTest()
2674 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testMultipleStartTethering()
2792 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testUpstreamCapabilitiesChanged_startStopTethering()
2936 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testHandleIpConflict()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java85 public static final int TETHER_USB_RNDIS_FUNCTION = 0; field in TetheringConfiguration
524 TETHER_USB_RNDIS_FUNCTION /* defaultValue */); in getUsbTetheringFunction()