public class AssistManager extends Object
Modifier and Type | Field and Description |
---|---|
protected AssistUtils |
mAssistUtils |
protected Context |
mContext |
Constructor and Description |
---|
AssistManager(com.android.systemui.statusbar.BaseStatusBar bar,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
canVoiceAssistBeLaunchedFromKeyguard() |
void |
destroy() |
ComponentName |
getVoiceInteractorComponentName() |
void |
hideAssist() |
void |
launchVoiceAssistFromKeyguard() |
void |
onConfigurationChanged() |
void |
onLockscreenShown() |
protected void |
registerVoiceInteractionSessionListener() |
void |
replaceDrawable(ImageView v,
ComponentName component,
String name,
boolean isService) |
protected boolean |
shouldShowOrb() |
void |
showDisclosure() |
void |
startAssist(Bundle args) |
protected final Context mContext
protected final AssistUtils mAssistUtils
public AssistManager(com.android.systemui.statusbar.BaseStatusBar bar, Context context)
protected void registerVoiceInteractionSessionListener()
public void onConfigurationChanged()
protected boolean shouldShowOrb()
public void startAssist(Bundle args)
public void hideAssist()
public void launchVoiceAssistFromKeyguard()
public boolean canVoiceAssistBeLaunchedFromKeyguard()
public ComponentName getVoiceInteractorComponentName()
public void destroy()
public void replaceDrawable(ImageView v, ComponentName component, String name, boolean isService)
public void showDisclosure()
public void onLockscreenShown()