Searched refs:markWorkSpecScheduled (Results 1 – 3 of 3) sorted by relevance
73 workSpecDao.markWorkSpecScheduled(scheduled.getStringId(), System.currentTimeMillis()); in testEligibleWorkSpecsForScheduling()171 workSpecDao.markWorkSpecScheduled(enqueued.getStringId(), startTime); in testResetScheduledState()
269 int markWorkSpecScheduled(@NonNull String id, long startTime); in markWorkSpecScheduled() method
93 workSpecDao.markWorkSpecScheduled(workSpec.id, now); in scheduleInternal()