Searched refs:repeatCallers (Results 1 – 1 of 1) sorted by relevance
733 final int repeatCallers = safeInt(parser, ALLOW_ATT_REPEAT_CALLERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local748 if (repeatCallers != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()749 builder.allowRepeatCallers(repeatCallers == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()