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