Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java30 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_NCM_FUNCTION;
573 TETHER_USB_NCM_FUNCTION); in testUsbTetheringFunctions()
583 setTetherForceUsbFunctions(TETHER_USB_NCM_FUNCTION); in testUsbTetheringFunctions()
622 TETHER_USB_NCM_FUNCTION); in testNcmRegexs()
DTetheringTest.java73 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_NCM_FUNCTION;
763 tetherUsbFunctionMatches(TETHER_USB_NCM_FUNCTION, function)); in sendUsbBroadcast()
954 sendUsbBroadcast(true, true, TETHER_USB_NCM_FUNCTION); in runUsbTethering()
1056 TetheringConfiguration.TETHER_USB_NCM_FUNCTION); in workingMobileUsbTethering_v6Then464xlat()
1374 sendUsbBroadcast(true, true, TETHER_USB_NCM_FUNCTION); in runNcmTethering()
2185 TetheringConfiguration.TETHER_USB_NCM_FUNCTION); in testRequestStaticIp()
2201 sendUsbBroadcast(true, true, TETHER_USB_NCM_FUNCTION); in testRequestStaticIp()
2665 forceUsbTetheringUse(TETHER_USB_NCM_FUNCTION); in testUsbFunctionConfigurationChange()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java84 public static final int TETHER_USB_NCM_FUNCTION = 1; field in TetheringConfiguration
235 return mUsbTetheringFunction == TETHER_USB_NCM_FUNCTION; in isUsingNcm()