Searched refs:ctx_type (Results 1 – 1 of 1) sorted by relevance
56 bool IsCompatible(const sysprop::Property& prop, const std::string& ctx_type) { in IsCompatible() argument63 auto ctx_values = android::base::Split(ctx_type, " "); in IsCompatible()73 return SyspropTypeToContextType(prop) == ctx_type; in IsCompatible()