Searched refs:ruleToCreate1 (Results 1 – 1 of 1) sorted by relevance
488 private AutomaticZenRule ruleToCreate1; // no zen policy field in ConditionProviderVerifierActivity.GetAutomaticZenRuleTest498 ruleToCreate1 = createRule("RuleGet no zen policy", "valueGet", in setUp()502 id1 = mNm.addAutomaticZenRule(ruleToCreate1); in setUp()513 && ruleToCreate1.getName().equals(queriedRule1.getName()) in test()514 && ruleToCreate1.getOwner().equals(queriedRule1.getOwner()) in test()515 && ruleToCreate1.getConditionId().equals(queriedRule1.getConditionId()) in test()516 && ruleToCreate1.isEnabled() == queriedRule1.isEnabled() in test()517 && Objects.equals(ruleToCreate1.getZenPolicy(), queriedRule1.getZenPolicy()) in test()895 AutomaticZenRule ruleToCreate1 = createRule("RuleDelete without ZenPolicy", in test() local899 id1 = mNm.addAutomaticZenRule(ruleToCreate1); in test()