Home
last modified time | relevance | path

Searched refs:allowUsbDebugging (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DIUsbManager.aidl94 void allowUsbDebugging(boolean alwaysAllow, String publicKey); in allowUsbDebugging() method
/frameworks/base/services/java/com/android/server/usb/
DUsbService.java246 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { in allowUsbDebugging() method in UsbService
248 mDeviceManager.allowUsbDebugging(alwaysAllow, publicKey); in allowUsbDebugging()
DUsbDebuggingManager.java314 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { in allowUsbDebugging() method in UsbDebuggingManager
DUsbDeviceManager.java855 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { in allowUsbDebugging() method in UsbDeviceManager
857 mDebuggingManager.allowUsbDebugging(alwaysAllow, publicKey); in allowUsbDebugging()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java132 service.allowUsbDebugging(alwaysAllow, mKey); in onClick()