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.java32 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_NCM_FUNCTION;
651 TETHER_USB_NCM_FUNCTION); in testUsbTetheringFunctions()
661 setTetherForceUsbFunctions(TETHER_USB_NCM_FUNCTION); in testUsbTetheringFunctions()
700 TETHER_USB_NCM_FUNCTION); in testNcmRegexs()
DTetheringTest.java78 import static com.android.networkstack.tethering.TetheringConfiguration.TETHER_USB_NCM_FUNCTION;
843 tetherUsbFunctionMatches(TETHER_USB_NCM_FUNCTION, function)); in sendUsbBroadcast()
1059 sendUsbBroadcast(true, true, TETHER_USB_NCM_FUNCTION); in runUsbTethering()
1167 TetheringConfiguration.TETHER_USB_NCM_FUNCTION); in workingMobileUsbTethering_v6Then464xlat()
1872 sendUsbBroadcast(true, true, TETHER_USB_NCM_FUNCTION); in runNcmTethering()
2684 TetheringConfiguration.TETHER_USB_NCM_FUNCTION); in testRequestStaticIp()
2701 sendUsbBroadcast(true, true, TETHER_USB_NCM_FUNCTION); in testRequestStaticIp()
3482 forceUsbTetheringUse(TETHER_USB_NCM_FUNCTION); in testUsbFunctionConfigurationChange()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java88 public static final int TETHER_USB_NCM_FUNCTION = 1; field in TetheringConfiguration
325 return mUsbTetheringFunction == TETHER_USB_NCM_FUNCTION; in isUsingNcm()