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

/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java313 public static final long FUNCTION_PTP = GadgetFunction.PTP; field in class:UsbManager
345 private static final long SETTABLE_FUNCTIONS = FUNCTION_MTP | FUNCTION_PTP | FUNCTION_RNDIS
352 FUNCTION_NAME_TO_CODE.put(UsbManager.USB_FUNCTION_PTP, FUNCTION_PTP);
471 * {@link #FUNCTION_PTP} are supported.
882 if ((functions & FUNCTION_PTP) != 0) {

Completed in 55 milliseconds