summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/util/TestLauncherProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Moving come tests to RoboelectricSunny Goyal2018-11-121-51/+0
| | | | | | > Fixing resource loading in robo tests Change-Id: Id5b8a0e4916a2a200da7a41b03f19846834beb1f
* Fixing GridMigrationTask testsSunny Goyal2017-06-221-0/+4
| | | | | Bug: 62907570 Change-Id: Id165e70930025ccf13a1a105acbdc0fb59ee7e32
* Executing the DB migration during startup instead of restore.Sunny Goyal2016-06-081-1/+1
| | | | | | | This allows proper execution of DB.onUpgrade task if the app updates after the restore Change-Id: I4c40167b30e1d7040b3a38be70d834f7b215e540
* Removing LauncherProvider dependency in DatabaseHelerSunny Goyal2016-05-101-3/+9
| | | | | | This will allow DatabaseHeler to easily be moved to an independent class Change-Id: I9a3d5d3380ed0af246d7a01553a492467c3096b0
* Fixing broken instrumentation tests when run from command lineSunny Goyal2016-03-181-1/+2
| | | | Change-Id: I923cdbaaaf18c9b765d1e70122b92cd2c1621e06
* Adding support for migrating the grid between any two valid screens sizes.Sunny Goyal2016-01-201-0/+40
The grid is migrated in steps where each step consists of at max one column change and at max one row change. Adding some unit tests for GridMigrationLogic Bug: 25958224 Change-Id: Ie54e872ea0925cc4c463edbba0a7201d62b373a0