Searched refs:mRunningVoice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1069 private IVoiceInteractionSession mRunningVoice; field in class:ActivityManagerService
4037 if (mRunningVoice != null && mRunningVoice.asBinder() == session.asBinder()) {
10331 if (mRunningVoice != null) {
10332 mRunningVoice = null;
10370 if (mRunningVoice != null) {
10472 if (mRunningVoice == null || mRunningVoice.asBinder() != session.asBinder()) {
10473 boolean wasRunningVoice = mRunningVoice != null;
10474 mRunningVoice
[all...]

Completed in 180 milliseconds