Home
last modified time | relevance | path

Searched refs:setCurrentFunctions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java334 setCurrentFunctions(functions, false); in startAccessoryMode()
1144 public void setCurrentFunctions(String functions, boolean usbDataUnlocked) { in setCurrentFunctions() method in UsbDeviceManager
DUsbService.java386 mDeviceManager.setCurrentFunctions(function, usbDataUnlocked); in setCurrentFunction()