Searched refs:getPriorityCategoryRepeatCallers (Results 1 – 3 of 3) sorted by relevance
332 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()338 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()411 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryRepeatCallers()); in assertAllPriorityCategoriesUnsetExcept()
238 public @State int getPriorityCategoryRepeatCallers() { in getPriorityCategoryRepeatCallers() method in ZenPolicy875 return getPriorityCategoryRepeatCallers(); in getZenPolicyPriorityCategoryState()983 proto.write(ZenPolicyProto.REPEAT_CALLERS, getPriorityCategoryRepeatCallers()); in writeToProto()
825 writeZenPolicyState(ALLOW_ATT_REPEAT_CALLERS, policy.getPriorityCategoryRepeatCallers(), in writeZenPolicyXml()