Home
last modified time | relevance | path

Searched refs:mDebuggingManager (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java166 private UsbDebuggingManager mDebuggingManager; field in UsbDeviceManager
242 mDebuggingManager = new UsbDebuggingManager(context); in UsbDeviceManager()
590 if (mDebuggingManager != null) { in setAdbEnabled()
591 mDebuggingManager.setAdbEnabled(mAdbEnabled); in setAdbEnabled()
1007 if (mDebuggingManager != null) { in handleMessage()
1008 mDebuggingManager.setAdbEnabled(mAdbEnabled); in handleMessage()
1407 if (mDebuggingManager != null) { in allowUsbDebugging()
1408 mDebuggingManager.allowUsbDebugging(alwaysAllow, publicKey); in allowUsbDebugging()
1413 if (mDebuggingManager != null) { in denyUsbDebugging()
1414 mDebuggingManager.denyUsbDebugging(); in denyUsbDebugging()
[all …]