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

/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl94 void allowUsbDebugging(boolean alwaysAllow, String publicKey);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java128 service.allowUsbDebugging(alwaysAllow, mKey);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbService.java245 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { method in class:UsbService
247 mDeviceManager.allowUsbDebugging(alwaysAllow, publicKey);
H A DUsbDebuggingManager.java295 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { method in class:UsbDebuggingManager
H A DUsbDeviceManager.java851 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { method in class:UsbDeviceManager
853 mDebuggingManager.allowUsbDebugging(alwaysAllow, publicKey);

Completed in 94 milliseconds