Searched refs:rootVoiceInteraction (Results 1 – 2 of 2) sorted by relevance
519 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in ActivityRecord1123 if (rootVoiceInteraction) { in dump()1124 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction); in dump()2236 rootVoiceInteraction = _rootVoiceInteraction; in ActivityRecord()11272 Builder setRootVoiceInteraction(boolean rootVoiceInteraction) {11273 mRootVoiceInteraction = rootVoiceInteraction;
1380 return r != null && r.rootVoiceInteraction; in isRootVoiceInteraction()