Searched refs:updated1 (Results 1 – 1 of 1) sorted by relevance
378 AutomaticZenRule updated1 = mNm.getAutomaticZenRule(id1); in test() local379 updated1.setName("AfterUpdate1"); in test()380 updated1.setConditionId(MockConditionProvider.toConditionId("afterValue1")); in test()381 updated1.setInterruptionFilter(INTERRUPTION_FILTER_PRIORITY); in test()382 updated1.setZenPolicy(builder.build()); in test()391 boolean success1 = mNm.updateAutomaticZenRule(id1, updated1); in test()395 updated1.equals(mNm.getAutomaticZenRule(id1)); in test()402 logFail("Updated rule1 is not expected expected=" + updated1.toString() in test()