Home
last modified time | relevance | path

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

/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSoundSettingsTest.java97 ZenModeConfig baseZenCfg = 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()
113 assertTrue(baseZenCfg.allowReminders == changedCfg.allowReminders); in testDndPriorityAllows()
114 assertTrue(baseZenCfg.allowEvents == changedCfg.allowEvents); in testDndPriorityAllows()
115 assertTrue(baseZenCfg.allowRepeatCallers == changedCfg.allowRepeatCallers); in testDndPriorityAllows()
123 assertFalse(baseZenCfg.allowCallsFrom == changedCfg.allowCallsFrom); in testDndPriorityAllows()
124 assertFalse(baseZenCfg.allowMessagesFrom == changedCfg.allowMessagesFrom); in testDndPriorityAllows()
141 ZenModeConfig baseZenCfg = mZenHelper.getConfig(); in testDndVisualInterruptions() local
[all …]