Searched refs:repeatCallers (Results 1 – 2 of 2) sorted by relevance
697 final int repeatCallers = safeInt(parser, ALLOW_ATT_REPEAT_CALLERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local714 if (repeatCallers != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()715 builder.allowRepeatCallers(repeatCallers == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
661 assertEquals(policy.getPriorityCategoryRepeatCallers(), proto.repeatCallers); in assertProtoMatches()