Searched refs:setSupportsAssist (Results 1 – 2 of 2) sorted by relevance
113 ShadowVoiceInteractionServiceInfo.setSupportsAssist(resolveInfo.serviceInfo, false); in getSettingIntent_hasAssistant_noAssistSupport_returnsNull()138 ShadowVoiceInteractionServiceInfo.setSupportsAssist(resolveInfo.serviceInfo, true); in getSettingIntent_hasAssistant_supportsAssist_noSettingsActivity_returnsNull()162 ShadowVoiceInteractionServiceInfo.setSupportsAssist(resolveInfo.serviceInfo, true); in getSettingIntent_hasAssistant_supportsAssist_hasSettingsActivity_returnsIntent()
42 public static void setSupportsAssist(ServiceInfo si, boolean supports) { in setSupportsAssist() method in ShadowVoiceInteractionServiceInfo