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