Home
last modified time | relevance | path

Searched defs:SystemMonitorTest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/system_monitor/
H A Dsystem_monitor_unittest.cc18 class SystemMonitorTest : public testing::Test { class
20 SystemMonitorTest() { in SystemMonitorTest() function in base::__anon1349842f0111::SystemMonitorTest
31 TEST_F(SystemMonitorTest, DeviceChangeNotifications) { in TEST_F() argument
/aosp_15_r20/external/cronet/base/system/
H A Dsystem_monitor_unittest.cc19 class SystemMonitorTest : public testing::Test { class
25 SystemMonitorTest() { system_monitor_ = std::make_unique<SystemMonitor>(); } in SystemMonitorTest() function in base::__anon2955945e0111::SystemMonitorTest
31 TEST_F(SystemMonitorTest, DeviceChangeNotifications) { in TEST_F() argument
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/systemmonitor/
DSystemMonitorTest.java47 public class SystemMonitorTest { class