Searched refs:TaskHistory (Results 1 – 9 of 9) sorted by relevance
26 public class TaskHistory { class64 /* package-private */ TaskHistory( in TaskHistory() method in TaskHistory133 TaskHistory that = (TaskHistory) o; in equals()231 public @NonNull TaskHistory build() { in build()241 TaskHistory o = in build()242 new TaskHistory( in build()
297 public boolean updateOrInsertTaskHistory(TaskHistory taskHistory) { in updateOrInsertTaskHistory()332 public List<TaskHistory> getTaskHistoryList(int jobId, String populationName, String taskId) { in getTaskHistoryList()337 public TaskHistory getLatestTaskHistory(int jobId, String populationName, String taskId) { in getLatestTaskHistory()338 List<TaskHistory> taskList = getTaskHistory(jobId, populationName, taskId, true); in getLatestTaskHistory()342 private List<TaskHistory> getTaskHistory( in getTaskHistory()359 List<TaskHistory> taskList = new ArrayList<>(); in getTaskHistory()383 new TaskHistory.Builder() in getTaskHistory()
69 private static final TaskHistory TASK_HISTORY =70 new TaskHistory.Builder()266 TaskHistory taskHistory = in getLatestTaskHistory_nonExist()276 TaskHistory taskHistory = in insertTaskHistory_success()288 new TaskHistory.Builder() in updateTaskHistory_success()297 TaskHistory taskHistory = in updateTaskHistory_success()306 TaskHistory record1 = in deleteExpiredTaskHistory_success()307 new TaskHistory.Builder() in deleteExpiredTaskHistory_success()315 TaskHistory record2 = in deleteExpiredTaskHistory_success()316 new TaskHistory.Builder() in deleteExpiredTaskHistory_success()
50 import com.android.federatedcompute.services.data.TaskHistory;155 new TaskHistory.Builder() in testMinSepPolicy_eligible()185 new TaskHistory.Builder() in testMinSepPolicy_joinSameRound_notEligible()226 new TaskHistory.Builder() in testMinSepPolicy_joinNextRound_eligible()270 new TaskHistory.Builder() in testMinSepPolicy_notEligible()379 new TaskHistory.Builder() in dataAvailabilityPassMinSeparationFail_notEligible()
72 import com.android.federatedcompute.services.data.TaskHistory;1025 new TaskHistory.Builder() in testRunFLComputationNotEligible_returnsFail()1052 new TaskHistory.Builder() in testRunFLComputationEligible_returnsSuccess()
58 import com.android.federatedcompute.services.data.TaskHistory;177 TaskHistory record1 = in deletedExpiredTaskHistory_success()178 new TaskHistory.Builder() in deletedExpiredTaskHistory_success()186 TaskHistory record2 = in deletedExpiredTaskHistory_success()187 new TaskHistory.Builder() in deletedExpiredTaskHistory_success()
48 import com.android.federatedcompute.services.data.TaskHistory;1440 TaskHistory taskHistory = in testRecordSuccessContribution_noTaskHistory_success()1451 new TaskHistory.Builder() in testRecordSuccessContribution_updateTaskHistory_success()1462 TaskHistory taskHistory = in testRecordSuccessContribution_updateTaskHistory_success()
34 import com.android.federatedcompute.services.data.TaskHistory;134 TaskHistory taskHistory = mTaskDao.getLatestTaskHistory(jobId, populationName, taskId); in computePerTaskMinSeparation()
39 import com.android.federatedcompute.services.data.TaskHistory;385 TaskHistory existingTaskHistory = in recordSuccessContribution()399 new TaskHistory.Builder() in recordSuccessContribution()