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