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.java31 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_RNDIS_FUNCTION;
577 TETHER_USB_RNDIS_FUNCTION); in testUsbTetheringFunctions()
580 setTetherForceUsbFunctions(TETHER_USB_RNDIS_FUNCTION); in testUsbTetheringFunctions()
613 TETHER_USB_RNDIS_FUNCTION); in testNcmRegexs()
632 setTetherForceUsbFunctions(TETHER_USB_RNDIS_FUNCTION); in testNcmRegexs()
DTetheringTest.java74 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_RNDIS_FUNCTION;
650 TetheringConfiguration.TETHER_USB_RNDIS_FUNCTION); in setTetheringSupported()
761 tetherUsbFunctionMatches(TETHER_USB_RNDIS_FUNCTION, function)); in sendUsbBroadcast()
867 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testUsbConfiguredBroadcastStartsTethering()
959 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in runUsbTethering()
1125 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in upstreamSelectionTestCommon()
1340 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in chooseDunUpstreamTestCommon()
2176 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testMultipleStartTethering()
2426 sendUsbBroadcast(true, true, TETHER_USB_RNDIS_FUNCTION); in testNoAddressAvailable()
2679 forceUsbTetheringUse(TETHER_USB_RNDIS_FUNCTION); in testUsbFunctionConfigurationChange()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java81 public static final int TETHER_USB_RNDIS_FUNCTION = 0; field in TetheringConfiguration
393 TETHER_USB_RNDIS_FUNCTION /* defaultValue */); in getUsbTetheringFunction()