Searched refs:ruleToCreate2 (Results 1 – 1 of 1) sorted by relevance
489 private AutomaticZenRule ruleToCreate2; // has zen policy field in ConditionProviderVerifierActivity.GetAutomaticZenRuleTest500 ruleToCreate2 = createRuleWithZenPolicy("RuleGet zen policy", "valueGet", in setUp()503 id2 = mNm.addAutomaticZenRule(ruleToCreate2); in setUp()519 && ruleToCreate2.getName().equals(queriedRule2.getName()) in test()520 && ruleToCreate2.getOwner().equals(queriedRule2.getOwner()) in test()521 && ruleToCreate2.getConditionId().equals(queriedRule2.getConditionId()) in test()522 && ruleToCreate2.isEnabled() == queriedRule2.isEnabled() in test()523 && Objects.equals(ruleToCreate2.getZenPolicy(), queriedRule2.getZenPolicy())) { in test()897 AutomaticZenRule ruleToCreate2 = createRule("RuleDelete with ZenPolicy", in test() local900 id2 = mNm.addAutomaticZenRule(ruleToCreate2); in test()