Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DGroupedRecentTaskInfoTest.kt31 import com.android.wm.shell.util.GroupedRecentTaskInfo.TYPE_SINGLE
49 assertThat(singleTaskGroupInfo().type).isEqualTo(TYPE_SINGLE) in testSingleTask_hasCorrectType()
109 assertThat(recentTaskInfoParcel.type).isEqualTo(TYPE_SINGLE) in testParcelling_singleTask()
DRecentTasksControllerTest.java317 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup1.getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_groupFreeformTasks()
318 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup2.getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_groupFreeformTasks()
357 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup.getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_freeformTaskOrder()
390 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(0).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
391 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(1).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
392 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(2).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
393 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, recentTasks.get(3).getType()); in testGetRecentTasks_hasActiveDesktopTasks_proto2Disabled_doNotGroupFreeformTasks()
427 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup1.getType()); in testGetRecentTasks_proto2Enabled_ignoresMinimizedFreeformTasks()
428 assertEquals(GroupedRecentTaskInfo.TYPE_SINGLE, singleGroup2.getType()); in testGetRecentTasks_proto2Enabled_ignoresMinimizedFreeformTasks()
/frameworks/proto_logging/stats/
Datoms.proto19090 TYPE_SINGLE = 1; enumerator