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 127 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction?
272 if (rootVoiceInteraction) {
273 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction);
621 rootVoiceInteraction = _rootVoiceInteraction;
    [all...]
ActivityManagerService.java     [all...]

Completed in 92 milliseconds