Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DGridSizeMigrationTaskTest.java69 verifyHotseat(hotseatItems[1], hotseatItems[3], hotseatItems[4]); in testHotseatMigration_apps_dropped()
72 verifyHotseat(hotseatItems[1], -1, hotseatItems[3]); in testHotseatMigration_apps_dropped()
90 verifyHotseat(hotseatItems[1], hotseatItems[3], hotseatItems[4]); in testHotseatMigration_shortcuts_dropped()
93 verifyHotseat(hotseatItems[1], -1, hotseatItems[4]); in testHotseatMigration_shortcuts_dropped()
97 private void verifyHotseat(long... sortedIds) { in verifyHotseat() method in GridSizeMigrationTaskTest