Home
last modified time | relevance | path

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

/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h92 const char *const kPropDebuggable = "ro.debuggable"; variable
/hardware/google/pixel/health/test/
DTestBatteryDefender.cpp143 const char *kPropDebuggable = "ro.debuggable"; variable
149 ON_CALL(*mock, GetBoolProperty(kPropDebuggable, _)).WillByDefault(Return(true)); in enableDefender()
207 EXPECT_CALL(*mock, GetBoolProperty(kPropDebuggable, _)).WillOnce(Return(false)); in TEST_F()
/hardware/google/pixel/health/
DBatteryDefender.cpp154 const bool isDebuggable = android::base::GetBoolProperty(kPropDebuggable, false); in isBatteryDefenderDisabled()