Searched refs:USB_FUNCTION_MTP (Results 1 – 3 of 3) sorted by relevance
414 if (UsbManager.containsFunction(persisted, UsbManager.USB_FUNCTION_MTP) in UsbHandler()418 UsbManager.USB_FUNCTION_MTP), UsbManager.USB_FUNCTION_PTP)); in UsbHandler()537 if (oldFunctions.equals(UsbManager.USB_FUNCTION_MTP) && in setAdbEnabled()645 if (UsbManager.containsFunction(functions, UsbManager.USB_FUNCTION_MTP) in trySetEnabledFunctions()944 return UsbManager.containsFunction(mCurrentFunctions, UsbManager.USB_FUNCTION_MTP) in isUsbDataTransferActive()970 UsbManager.USB_FUNCTION_MTP)) { in updateUsbNotification()1089 func = UsbManager.USB_FUNCTION_MTP; in getDefaultFunctions()
399 case UsbManager.USB_FUNCTION_MTP: in isSupportedCurrentFunction()
226 public static final String USB_FUNCTION_MTP = "mtp"; field in UsbManager