Searched refs:executeTaskForTest (Results 1 – 4 of 4) sorted by relevance
39 executeTaskForTest(newTask("app1", 30)); in testSessionUpdate_ignore_installed()47 executeTaskForTest(newTask("app3", 30)); in testSessionUpdate_shortcuts_updated()54 executeTaskForTest(newTask("app4", 30)); in testSessionUpdate_widgets_updated()
50 executeTaskForTest(newTask(CacheDataUpdatedTask.OP_CACHE_UPDATE, "app1")); in testCacheUpdate_update_apps()69 executeTaskForTest(newTask(CacheDataUpdatedTask.OP_SESSION_UPDATE, "app1")); in testSessionUpdate_ignores_normal_apps()77 executeTaskForTest(newTask(CacheDataUpdatedTask.OP_SESSION_UPDATE, "app3")); in testSessionUpdate_updates_pending_apps()
114 assertTrue(executeTaskForTest(newTask(info)).isEmpty()); in testAddItem_existing_item_ignored()129 executeTaskForTest(newTask(info, info2)).get(0).run(); in testAddItem_some_items_added()
111 public List<Runnable> executeTaskForTest(ModelUpdateTask task) throws Exception { in executeTaskForTest() method in BaseModelUpdateTaskTestCase