Home
last modified time | relevance | path

Searched defs:newTaskInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DRestartDialogWindowManagerTest.java80 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testWhenDockedStateHasChanged_needsToBeRecreated() local
90 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testWhenDarkLightThemeHasChanged_needsToBeRecreated() local
DReachabilityEduWindowManagerTest.java91 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testWhenDockedStateHasChanged_needsToBeRecreated() local
101 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testWhenDarkLightThemeHasChanged_needsToBeRecreated() local
DLetterboxEduWindowManagerTest.java379 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testDeviceThemeChange_educationDialogUnseen_recreated() local
389 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testDeviceThemeHasChanged_educationDialogSeen_notRecreated() local
DUserAspectRatioSettingsWindowManagerTest.java452 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testWhenDockedStateHasChanged_needsToBeRecreated() local
DCompatUIWindowManagerTest.java502 ActivityManager.RunningTaskInfo newTaskInfo = new ActivityManager.RunningTaskInfo(); in testWhenDockedStateHasChanged_needsToBeRecreated() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManagerAbstract.java432 protected static boolean hasUiModeChanged(TaskInfo currentTaskInfo, TaskInfo newTaskInfo) { in hasUiModeChanged()