HomeSort by relevance Sort by last modified time
    Searched refs:allowUsbDebugging (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl 117 void allowUsbDebugging(boolean alwaysAllow, String publicKey);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 159 service.allowUsbDebugging(alwaysAllow, mKey);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 442 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) {
UsbService.java 439 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) {
441 mDeviceManager.allowUsbDebugging(alwaysAllow, publicKey);
UsbDeviceManager.java     [all...]

Completed in 135 milliseconds