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

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

Completed in 69 milliseconds