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 103 void allowUsbDebugging(boolean alwaysAllow, String publicKey);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 126 service.allowUsbDebugging(alwaysAllow, mKey);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 329 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) {
331 mDeviceManager.allowUsbDebugging(alwaysAllow, publicKey);
UsbDebuggingManager.java 440 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) {
UsbDeviceManager.java     [all...]

Completed in 86 milliseconds