Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/debug/
H A DIAdbManager.aidl41 void denyDebugging(); in denyDebugging() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingSecondaryUserActivity.java107 service.denyDebugging(); in onStop()
H A DUsbDebuggingActivity.java186 service.denyDebugging(); in notifyService()
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbService.java307 public void denyDebugging() { in denyDebugging() method in AdbService
310 mDebuggingManager.denyDebugging(); in denyDebugging()
H A DAdbDebuggingManager.java1681 public void denyDebugging() { in denyDebugging() method in AdbDebuggingManager