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