Searched refs:dndConfig (Results 1 – 1 of 1) sorted by relevance
581 ManagedServices.Config dndConfig = new ManagedServices.Config(); in setUp() local582 dndConfig.xmlTag = ConditionProviders.TAG_ENABLED_DND_APPS; in setUp()583 when(mConditionProviders.getConfig()).thenReturn(dndConfig); in setUp()