Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java792 static final String MSG_DISCONNECT_DEVICE = "DD"; field in AdbDebuggingManager.AdbDebuggingHandler
1153 String cmdStr = MSG_DISCONNECT_DEVICE + publicKey; in handleMessage()