Searched refs:getSystemPropViaGetAsBool (Results 1 – 3 of 3) sorted by relevance
30 int getSystemPropViaGetAsBool(const char* key, bool default_value = false);
44 int getSystemPropViaGetAsBool(const char* key, bool default_value = false) { in getSystemPropViaGetAsBool() function
393 mDisableSwappy = getSystemPropViaGetAsBool("swappy.disable", false); in Swappy()