Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dwatchdog.cpp34 static constexpr char kTestHarnessProperty[] = "persist.sys.test_harness"; variable
73 kAdbWatchdogProperty, android::base::GetBoolProperty(kTestHarnessProperty, false)); in UpdateWatchdog()
105 for (auto& property : {kAdbWatchdogProperty, kTestHarnessProperty}) { in Initialize()