HomeSort by relevance Sort by last modified time
    Searched defs:voiceSession (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 144 final IVoiceInteractionSession voiceSession; // Voice interaction session driving task
283 voiceSession = _voiceSession;
304 voiceSession = null;
346 voiceSession = null;
    [all...]
ActivityRecord.java 223 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity
    [all...]
ActivityStack.java 750 if (task.voiceSession != null) {
    [all...]

Completed in 280 milliseconds