Searched refs:usbDataUnlocked (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl97 void setCurrentFunction(String function, boolean usbDataUnlocked);
H A DUsbManager.java580 * @param usbDataUnlocked whether user data is accessible
584 public void setCurrentFunction(String function, boolean usbDataUnlocked) { argument
586 mService.setCurrentFunction(function, usbDataUnlocked);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java599 boolean usbDataUnlocked) {
602 + "forceRestart=" + forceRestart + ", usbDataUnlocked=" + usbDataUnlocked);
605 if (usbDataUnlocked != mUsbDataUnlocked) {
606 mUsbDataUnlocked = usbDataUnlocked;
1303 public void setCurrentFunctions(String functions, boolean usbDataUnlocked) { argument
1306 usbDataUnlocked + ")");
1308 mHandler.sendMessage(MSG_SET_CURRENT_FUNCTIONS, functions, usbDataUnlocked);
598 setEnabledFunctions(String functions, boolean forceRestart, boolean usbDataUnlocked) argument
H A DUsbService.java376 public void setCurrentFunction(String function, boolean usbDataUnlocked) { argument
386 mDeviceManager.setCurrentFunctions(function, usbDataUnlocked);

Completed in 31 milliseconds