Searched refs:allowDebugging (Results 1 – 5 of 5) sorted by relevance
33 void allowDebugging(boolean alwaysAllow, String publicKey); in allowDebugging() method
188 service.allowDebugging(alwaysAllow, mKey); in notifyService()
282 public void allowDebugging(boolean alwaysAllow, @NonNull String publicKey) { in allowDebugging() method in AdbService286 mDebuggingManager.allowDebugging(alwaysAllow, publicKey); in allowDebugging()
1633 public void allowDebugging(boolean alwaysAllow, String publicKey) { in allowDebugging() method in AdbDebuggingManager
5496 PLcom/android/server/adb/AdbDebuggingManager;->allowDebugging(ZLjava/lang/String;)V5539 PLcom/android/server/adb/AdbService;->allowDebugging(ZLjava/lang/String;)V