Searched defs:voiceInteraction (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java53 final boolean voiceInteraction; field in class:AppWindowToken
121 voiceInteraction = _voiceInteraction;
277 pw.print(prefix); pw.print("app=true voiceInteraction="); pw.println(voiceInteraction);
H A DWindowManagerService.java3629 int configChanges, boolean voiceInteraction, boolean launchTaskBehind) {
3655 atoken = new AppWindowToken(this, token, voiceInteraction);
4648 true, wtoken.voiceInteraction);
4797 AppTransition.TRANSIT_UNSET, true, wtoken.voiceInteraction);
9070 boolean voiceInteraction = false;
9115 voiceInteraction |= wtoken.voiceInteraction;
9214 setTokenVisibilityLocked(wtoken, animLp, true, transit, false, voiceInteraction);
9247 setTokenVisibilityLocked(wtoken, animLp, false, transit, false, voiceInteraction);
3627 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, int configChanges, boolean voiceInteraction, boolean launchTaskBehind) argument

Completed in 414 milliseconds