Searched refs:kPropDebuggable (Results 1 – 3 of 3) sorted by relevance
92 const char *const kPropDebuggable = "ro.debuggable"; variable
143 const char *kPropDebuggable = "ro.debuggable"; variable149 ON_CALL(*mock, GetBoolProperty(kPropDebuggable, _)).WillByDefault(Return(true)); in enableDefender()207 EXPECT_CALL(*mock, GetBoolProperty(kPropDebuggable, _)).WillOnce(Return(false)); in TEST_F()
154 const bool isDebuggable = android::base::GetBoolProperty(kPropDebuggable, false); in isBatteryDefenderDisabled()