Searched refs:assistantConfig (Results 1 – 1 of 1) sorted by relevance
379 ManagedServices.Config assistantConfig = new ManagedServices.Config(); in setUp() local380 assistantConfig.xmlTag = NotificationAssistants.TAG_ENABLED_NOTIFICATION_ASSISTANTS; in setUp()381 when(mAssistants.getConfig()).thenReturn(assistantConfig); in setUp()