HomeSort by relevance Sort by last modified time
    Searched refs:rootVoiceInteraction (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 228 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction?
395 if (rootVoiceInteraction) {
396 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction);
    [all...]
ActivityManagerService.java     [all...]

Completed in 666 milliseconds