Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java519 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction? field in ActivityRecord
1123 if (rootVoiceInteraction) { in dump()
1124 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction); in dump()
2236 rootVoiceInteraction = _rootVoiceInteraction; in ActivityRecord()
11272 Builder setRootVoiceInteraction(boolean rootVoiceInteraction) {
11273 mRootVoiceInteraction = rootVoiceInteraction;
DActivityClientController.java1380 return r != null && r.rootVoiceInteraction; in isRootVoiceInteraction()