Home
last modified time | relevance | path

Searched refs:changedCfg (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSoundSettingsTest.java103 ZenModeConfig changedCfg = mZenHelper.getConfig(); in testDndPriorityAllows() local
104 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 …]