Searched refs:getTaskForUpdate (Results 1 – 1 of 1) sorted by relevance
542 Task tr1 = getTaskForUpdate(TEST_PACKAGE_NAME, true); in testUpdateLockTaskPackages_taskRemoved()543 Task tr2 = getTaskForUpdate(TEST_PACKAGE_NAME_2, false); in testUpdateLockTaskPackages_taskRemoved()764 private Task getTaskForUpdate(String pkg, boolean isAppAware) { in getTaskForUpdate() method in LockTaskControllerTest