Searched refs:changedCfg (Results 1 – 1 of 1) sorted by relevance
103 ZenModeConfig changedCfg = mZenHelper.getConfig(); in testDndPriorityAllows() local104 assertFalse(baseZenCfg.allowReminders == changedCfg.allowReminders); in testDndPriorityAllows()105 assertFalse(baseZenCfg.allowEvents == changedCfg.allowEvents); in testDndPriorityAllows()106 assertFalse(baseZenCfg.allowRepeatCallers == changedCfg.allowRepeatCallers); in testDndPriorityAllows()112 changedCfg = mZenHelper.getConfig(); in testDndPriorityAllows()113 assertTrue(baseZenCfg.allowReminders == changedCfg.allowReminders); in testDndPriorityAllows()114 assertTrue(baseZenCfg.allowEvents == changedCfg.allowEvents); in testDndPriorityAllows()115 assertTrue(baseZenCfg.allowRepeatCallers == changedCfg.allowRepeatCallers); in testDndPriorityAllows()122 changedCfg = mZenHelper.getConfig(); in testDndPriorityAllows()123 assertFalse(baseZenCfg.allowCallsFrom == changedCfg.allowCallsFrom); in testDndPriorityAllows()[all …]