Searched refs:allowDebugging (Results 1 – 5 of 5) sorted by relevance
33 void allowDebugging(boolean alwaysAllow, String publicKey); in allowDebugging() method
184 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()
1641 public void allowDebugging(boolean alwaysAllow, String publicKey) { in allowDebugging() method in AdbDebuggingManager
5371 PLcom/android/server/adb/AdbDebuggingManager;->allowDebugging(ZLjava/lang/String;)V5433 PLcom/android/server/adb/AdbService;->allowDebugging(ZLjava/lang/String;)V