Searched refs:assistUtils (Results 1 – 4 of 4) sorted by relevance
69 AssistUtils assistUtils = new AssistUtils(context); in onViewCreated()71 if (assistUtils.getAssistComponentForUser(ActivityManager.getCurrentUser()) == null) { in onViewCreated()80 boolean success = assistUtils.showSessionForActiveService(args, in onViewCreated()
138 final AssistUtils assistUtils = mock(AssistUtils.class); in getSettingIntent_doNotShowSetting_shouldNotTryToGetSettingIntent() local141 ReflectionHelpers.setField(controller, "mAssistUtils", assistUtils); in getSettingIntent_doNotShowSetting_shouldNotTryToGetSettingIntent()145 verifyZeroInteractions(assistUtils); in getSettingIntent_doNotShowSetting_shouldNotTryToGetSettingIntent()
38 AssistUtils assistUtils = new AssistUtils(context); in onReceive() local39 assistUtils.showSessionForActiveService(new Bundle(), in onReceive()
284 TelecomManager telecomManager, AssistUtils assistUtils, in CarInputService() argument291 mAssistUtils = assistUtils; in CarInputService()