Searched refs:rootVoiceInteraction (Results 1 – 2 of 2) sorted by relevance
127 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in ActivityRecord265 if (rootVoiceInteraction) { in dump()266 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction); in dump()614 rootVoiceInteraction = _rootVoiceInteraction; in ActivityRecord()
6996 return r.rootVoiceInteraction; in isRootVoiceInteraction()