public class VoiceInteractionServiceInfo extends Object
Constructor and Description |
---|
VoiceInteractionServiceInfo(PackageManager pm,
ComponentName comp) |
VoiceInteractionServiceInfo(PackageManager pm,
ComponentName comp,
int userHandle) |
VoiceInteractionServiceInfo(PackageManager pm,
ServiceInfo si) |
Modifier and Type | Method and Description |
---|---|
String |
getParseError() |
String |
getRecognitionService() |
ServiceInfo |
getServiceInfo() |
String |
getSessionService() |
String |
getSettingsActivity() |
boolean |
getSupportsAssist() |
boolean |
getSupportsLaunchFromKeyguard() |
boolean |
getSupportsLocalInteraction() |
public VoiceInteractionServiceInfo(PackageManager pm, ComponentName comp) throws PackageManager.NameNotFoundException
public VoiceInteractionServiceInfo(PackageManager pm, ComponentName comp, int userHandle) throws PackageManager.NameNotFoundException
public VoiceInteractionServiceInfo(PackageManager pm, ServiceInfo si)
public String getParseError()
public ServiceInfo getServiceInfo()
public String getSessionService()
public String getRecognitionService()
public String getSettingsActivity()
public boolean getSupportsAssist()
public boolean getSupportsLaunchFromKeyguard()
public boolean getSupportsLocalInteraction()