Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java491 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in ActivityRecord
1071 if (rootVoiceInteraction) { in dump()
1072 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction); in dump()
2102 rootVoiceInteraction = _rootVoiceInteraction; in ActivityRecord()
10872 Builder setRootVoiceInteraction(boolean rootVoiceInteraction) {
10873 mRootVoiceInteraction = rootVoiceInteraction;
H A DActivityClientController.java1272 return r != null && r.rootVoiceInteraction; in isRootVoiceInteraction()