Loading packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +1 −5 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ public class AssistManager { } final boolean isService = isAssistantService(); if (isService || !isVoiceSessionRunning()) { if (!isService || !isVoiceSessionRunning()) { showOrb(); mView.postDelayed(mHideRunnable, isService ? TIMEOUT_SERVICE Loading Loading @@ -227,10 +227,6 @@ public class AssistManager { mAssistUtils.launchVoiceAssistFromKeyguard(); } private boolean getVoiceInteractorSupportsAssistGesture() { return mAssistUtils.activeServiceSupportsAssistGesture(); } public boolean canVoiceAssistBeLaunchedFromKeyguard() { return mAssistUtils.activeServiceSupportsLaunchFromKeyguard(); } Loading Loading
packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +1 −5 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ public class AssistManager { } final boolean isService = isAssistantService(); if (isService || !isVoiceSessionRunning()) { if (!isService || !isVoiceSessionRunning()) { showOrb(); mView.postDelayed(mHideRunnable, isService ? TIMEOUT_SERVICE Loading Loading @@ -227,10 +227,6 @@ public class AssistManager { mAssistUtils.launchVoiceAssistFromKeyguard(); } private boolean getVoiceInteractorSupportsAssistGesture() { return mAssistUtils.activeServiceSupportsAssistGesture(); } public boolean canVoiceAssistBeLaunchedFromKeyguard() { return mAssistUtils.activeServiceSupportsLaunchFromKeyguard(); } Loading