Home
last modified time | relevance | path

Searched refs:rootVoiceInteraction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java458 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in ActivityRecord
930 if (rootVoiceInteraction) { in dump()
931 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction); in dump()
1750 rootVoiceInteraction = _rootVoiceInteraction; in ActivityRecord()
9463 Builder setRootVoiceInteraction(boolean rootVoiceInteraction) { in setRootVoiceInteraction() argument
9464 mRootVoiceInteraction = rootVoiceInteraction; in setRootVoiceInteraction()
H A DActivityClientController.java970 return r != null && r.rootVoiceInteraction; in isRootVoiceInteraction()