HomeSort by relevance Sort by last modified time
    Searched full:voicesession (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 228 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
321 && sourceRecord.task.voiceSession != null) {
344 if (err == ActivityManager.START_SUCCESS && voiceSession != null) {
497 requestCode, componentSpecified, voiceSession != null, mSupervisor, container,
510 if (voiceSession == null && (stack.mResumedActivity == null
537 err = startActivityUnchecked(r, sourceRecord, voiceSession, voiceInteractor, startFlags,
609 null /*resolvedType*/, aInfo, null /*rInfo*/, null /*voiceSession*/,
    [all...]
TaskRecord.java 144 final IVoiceInteractionSession voiceSession; // Voice interaction session driving task
283 voiceSession = _voiceSession;
304 voiceSession = null;
346 voiceSession = null;
    [all...]
ActivityStack.java 748 if (task.voiceSession != null) {
    [all...]
ActivityRecord.java 222 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity
    [all...]
RecentTasks.java 493 if (task.voiceSession != null) {
    [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionSessionConnection.java 188 permOwner = mAm.newUriPermissionOwner("voicesession:"
191 Slog.w("voicesession", "AM dead", e);

Completed in 100 milliseconds