Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java245 if (!isService || (!isVoiceSessionRunning() && shouldShowOrb())) { in startAssist()
383 private boolean isVoiceSessionRunning() { in isVoiceSessionRunning() method in AssistManager