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