Searched refs:IsDeviceTypeMatch (Results 1 – 1 of 1) sorted by relevance
604 bool IsDeviceTypeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsDeviceTypeMatch() function629 return !(!IsOrientationMatch(desired, supported) || !IsDeviceTypeMatch(desired, supported) || in MatchResConfig()636 return !(!IsOrientationMatch(desired, supported) || !IsDeviceTypeMatch(desired, supported)); in DeclarativeMatchResConfig()