Home
last modified time | relevance | path

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

/art/runtime/
Djdwp_provider.h32 kAdbConnection, enumerator
35 kDefaultJdwpProvider = kAdbConnection,
Druntime.cc1441 case JdwpProvider::kAdbConnection: { in Init()
/art/cmdline/
Dcmdline_parser_test.cc400 EXPECT_SINGLE_PARSE_VALUE(JdwpProvider::kAdbConnection, opt_args, M::JdwpProvider); in TEST_F()
Dcmdline_types.h84 return Result::Success(JdwpProvider::kAdbConnection);
/art/adbconnection/
Dadbconnection.cc869 DCHECK(art::Runtime::Current()->GetJdwpProvider() == art::JdwpProvider::kAdbConnection); in ArtPlugin_Initialize()