Searched refs:removeJobs (Results 1 – 4 of 4) sorted by relevance
164 virtual void removeJobs(MountId id) = 0;
298 void removeJobs(MountId id) final { in removeJobs() function in android::incremental::RealTimedQueueWrapper
2381 timedQueue.removeJobs(id); in removeTimedJobs()
582 MOCK_METHOD1(removeJobs, void(MountId));588 ON_CALL(*this, removeJobs(_)).WillByDefault(Invoke(this, &MockTimedQueueWrapper::clearJob)); in MockTimedQueueWrapper()