Searched refs:rootVoiceInteraction (Results 1 – 2 of 2) sorted by relevance
491 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in ActivityRecord1071 if (rootVoiceInteraction) { in dump()1072 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction); in dump()2102 rootVoiceInteraction = _rootVoiceInteraction; in ActivityRecord()10872 Builder setRootVoiceInteraction(boolean rootVoiceInteraction) {10873 mRootVoiceInteraction = rootVoiceInteraction;
1272 return r != null && r.rootVoiceInteraction; in isRootVoiceInteraction()