Searched refs:allowDebugging (Results 1 – 5 of 5) sorted by relevance
33 void allowDebugging(boolean alwaysAllow, String publicKey); in allowDebugging() method
160 service.allowDebugging(alwaysAllow, mKey); in onClick()
281 public void allowDebugging(boolean alwaysAllow, @NonNull String publicKey) { in allowDebugging() method in AdbService285 mDebuggingManager.allowDebugging(alwaysAllow, publicKey); in allowDebugging()
1623 public void allowDebugging(boolean alwaysAllow, String publicKey) { in allowDebugging() method in AdbDebuggingManager
2461 PLcom/android/server/adb/AdbDebuggingManager;->allowDebugging(ZLjava/lang/String;)V2480 PLcom/android/server/adb/AdbService;->allowDebugging(ZLjava/lang/String;)V