Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/debug/
H A DIAdbManager.aidl33 void allowDebugging(boolean alwaysAllow, String publicKey); in allowDebugging() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java184 service.allowDebugging(alwaysAllow, mKey); in notifyService()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbService.java282 public void allowDebugging(boolean alwaysAllow, @NonNull String publicKey) { in allowDebugging() method in AdbService
286 mDebuggingManager.allowDebugging(alwaysAllow, publicKey); in allowDebugging()
H A DAdbDebuggingManager.java1641 public void allowDebugging(boolean alwaysAllow, String publicKey) { in allowDebugging() method in AdbDebuggingManager
/aosp12/frameworks/base/services/
H A Dart-profile5371 PLcom/android/server/adb/AdbDebuggingManager;->allowDebugging(ZLjava/lang/String;)V
5433 PLcom/android/server/adb/AdbService;->allowDebugging(ZLjava/lang/String;)V