Searched refs:allowUsbDebugging (Results 1 – 5 of 5) sorted by relevance
94 void allowUsbDebugging(boolean alwaysAllow, String publicKey); in allowUsbDebugging() method
246 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { in allowUsbDebugging() method in UsbService248 mDeviceManager.allowUsbDebugging(alwaysAllow, publicKey); in allowUsbDebugging()
314 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { in allowUsbDebugging() method in UsbDebuggingManager
855 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) { in allowUsbDebugging() method in UsbDeviceManager857 mDebuggingManager.allowUsbDebugging(alwaysAllow, publicKey); in allowUsbDebugging()
132 service.allowUsbDebugging(alwaysAllow, mKey); in onClick()