Searched defs:FUNCTION_MTP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java307 public static final long FUNCTION_MTP = GadgetFunction.MTP; field in class:UsbManager
345 private static final long SETTABLE_FUNCTIONS = FUNCTION_MTP | FUNCTION_PTP | FUNCTION_RNDIS
351 FUNCTION_NAME_TO_CODE.put(UsbManager.USB_FUNCTION_MTP, FUNCTION_MTP);
470 * @param function to get control fd for. Currently {@link #FUNCTION_MTP} and
879 if ((functions & FUNCTION_MTP) != 0) {

Completed in 119 milliseconds