Home
last modified time | relevance | path

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

/packages/modules/adb/
Dservices.h26 constexpr char kShellServiceArgShellProtocol[] = "v2"; variable
/packages/modules/adb/daemon/
Dservices.cpp111 } else if (arg == kShellServiceArgShellProtocol) { in ShellService()
/packages/modules/adb/client/
Dcommandline.cpp597 args.push_back(kShellServiceArgShellProtocol); in ShellServiceString()