Home
last modified time | relevance | path

Searched refs:setSupportsAssist (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/defaultapps/
DDefaultAssistantPickerEntryPreferenceControllerTest.java113 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()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowVoiceInteractionServiceInfo.java42 public static void setSupportsAssist(ServiceInfo si, boolean supports) { in setSupportsAssist() method in ShadowVoiceInteractionServiceInfo