Loading core/java/android/debug/AdbManagerInternal.java +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,12 @@ public abstract class AdbManagerInternal { */ public abstract File getAdbTempKeysFile(); /** * Notify the AdbManager that the key files have changed and any in-memory state should be * reloaded. */ public abstract void notifyKeyFilesUpdated(); /** * Starts adbd for a transport. */ Loading Loading
core/java/android/debug/AdbManagerInternal.java +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,12 @@ public abstract class AdbManagerInternal { */ public abstract File getAdbTempKeysFile(); /** * Notify the AdbManager that the key files have changed and any in-memory state should be * reloaded. */ public abstract void notifyKeyFilesUpdated(); /** * Starts adbd for a transport. */ Loading