Searched defs:rootVoiceInteraction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java256 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in class:ActivityRecord
413 if (rootVoiceInteraction) {
414 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction);
868 rootVoiceInteraction = _rootVoiceInteraction;
2939 0 /* reqCode */, componentSpecified, false /* rootVoiceInteraction */,

Completed in 27 milliseconds