Home
last modified time | relevance | path

Searched refs:TYPE_SINGLE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DGroupedRecentTaskInfo.java36 public static final int TYPE_SINGLE = 1; field in GroupedRecentTaskInfo
41 TYPE_SINGLE,
60 TYPE_SINGLE); in forSingleTask()
154 case TYPE_SINGLE: in toString()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
H A DGroupedRecentTaskInfoTest.kt30 import com.android.wm.shell.util.GroupedRecentTaskInfo.TYPE_SINGLE
48 assertThat(singleTaskGroupInfo().type).isEqualTo(TYPE_SINGLE)
108 assertThat(recentTaskInfoParcel.type).isEqualTo(TYPE_SINGLE)
H A DRecentTasksControllerTest.java281 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup1.getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_groupFreeformTasks()
282 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup2.getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_groupFreeformTasks()
315 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(0).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
316 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(1).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
317 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(2).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
318 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(3).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()