Searched refs:FUNCTION_RNDIS (Results 1 – 5 of 5) sorted by relevance
319 public static final long FUNCTION_RNDIS = GadgetFunction.RNDIS; field in UsbManager345 private static final long SETTABLE_FUNCTIONS = FUNCTION_MTP | FUNCTION_PTP | FUNCTION_RNDIS353 FUNCTION_NAME_TO_CODE.put(UsbManager.USB_FUNCTION_RNDIS, FUNCTION_RNDIS); in FUNCTION_NAME_TO_CODE.put() argument885 if ((functions & FUNCTION_RNDIS) != 0) { in usbFunctionsToString()
179 UsbManager.FUNCTION_RNDIS)); in setFunctionsRndis()180 assertNotEquals(mUsbHandler.getEnabledFunctions() & UsbManager.FUNCTION_RNDIS, 0); in setFunctionsRndis()
54 FUNCTION_RNDIS = 32; enumerator
1084 } else if (mCurrentFunctions == UsbManager.FUNCTION_RNDIS) { in updateUsbNotification()2029 } else if (functions == UsbManager.FUNCTION_RNDIS) { in setCurrentFunctions()
467 verify(mUsbManager, times(1)).setCurrentFunctions(UsbManager.FUNCTION_RNDIS); in prepareUsbTethering()