Home
last modified time | relevance | path

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

/system/core/adb/
Dservices.h24 constexpr char kShellServiceArgShellProtocol[] = "v2"; variable
/system/core/adb/daemon/
Dservices.cpp111 } else if (arg == kShellServiceArgShellProtocol) { in ShellService()
/system/core/adb/client/
Dcommandline.cpp566 args.push_back(kShellServiceArgShellProtocol); in ShellServiceString()