Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.kt66 val nonEmptyScreenIds = listOf(0, 1, 2) in givenNewItemAndNonEmptyPages_whenExecuteTask_thenAddNewItem() constant
81 val nonEmptyScreenIds = listOf(0) in givenNewAndExistingItems_whenExecuteTask_thenOnlyAddNewItem() constant
95 val nonEmptyScreenIds = listOf(0) in givenOnlyExistingItem_whenExecuteTask_thenDoNotAddItem() constant
108 val nonEmptyScreenIds = listOf(0, 2, 3) in givenNonSequentialScreenIds_whenExecuteTask_thenReturnNewScreenId() constant
133 val nonEmptyScreenIds = listOf(0, 1) in givenMultipleItems_whenExecuteTask_thenAddThem() constant