Home
last modified time | relevance | path

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

/hardware/google/pixel/health/test/
DTestBatteryDefender.cpp115 const char *kPathStopLevel = "/sys/devices/platform/soc/soc:google,charger/charge_stop_level"; variable
358 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(80), kPathStopLevel, _)); in TEST_F()
373 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(80), kPathStopLevel, _)); in TEST_F()
398 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(60), kPathStopLevel, _)); in TEST_F()
423 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(80), kPathStopLevel, _)); in TEST_F()