Searched refs:attrToMatch (Results 1 – 1 of 1) sorted by relevance
473 public Builder addRule(AudioAttributes attrToMatch, int rule) in addRule() argument478 return checkAddRuleObjInternal(rule, attrToMatch); in addRule()501 public Builder excludeRule(AudioAttributes attrToMatch, int rule) in excludeRule() argument506 return checkAddRuleObjInternal(rule | RULE_EXCLUSION_MASK, attrToMatch); in excludeRule()