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
244 mDebuggingManager = new UsbDebuggingManager(context); in UsbDeviceManager()
546 if (mDebuggingManager != null) { in setAdbEnabled()
547 mDebuggingManager.setAdbEnabled(mAdbEnabled); in setAdbEnabled()
912 if (mDebuggingManager != null) { in handleMessage()
913 mDebuggingManager.setAdbEnabled(mAdbEnabled); in handleMessage()
1253 if (mDebuggingManager != null) { in allowUsbDebugging()
1254 mDebuggingManager.allowUsbDebugging(alwaysAllow, publicKey); in allowUsbDebugging()
1259 if (mDebuggingManager != null) { in denyUsbDebugging()
1260 mDebuggingManager.denyUsbDebugging(); in denyUsbDebugging()
[all …]