Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaTest.kt54 other.launchVoiceAssist()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java695 launchVoiceAssist(); in launchLeftAffordance()
702 void launchVoiceAssist() { in launchVoiceAssist() method in KeyguardBottomAreaView
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1117 launchVoiceAssist(mAllowStartActivityForLongPressOnPowerDuringSetup); in powerLongPress()
1150 launchVoiceAssist(false /* allowDuringSetup */); in backLongPress()
3111 private void launchVoiceAssist(boolean allowDuringSetup) { in launchVoiceAssist() method