Searched refs:getJobWorkerInstance (Results 1 – 10 of 10) sorted by relevance
99 assertThat(mFactory.getJobWorkerInstance(notConfiguredJobId)).isNull(); in testGetJobInstance_notConfiguredJob()110 .that(mFactory.getJobWorkerInstance(MDD_MAINTENANCE_PERIODIC_TASK_JOB.getJobId())) in testGetJobInstance()113 .that(mFactory.getJobWorkerInstance(MDD_CHARGING_PERIODIC_TASK_JOB.getJobId())) in testGetJobInstance()117 mFactory.getJobWorkerInstance( in testGetJobInstance()121 .that(mFactory.getJobWorkerInstance(MDD_WIFI_CHARGING_PERIODIC_TASK_JOB.getJobId())) in testGetJobInstance()125 .that(mFactory.getJobWorkerInstance(TOPICS_EPOCH_JOB.getJobId())) in testGetJobInstance()128 .that(mFactory.getJobWorkerInstance(FLEDGE_BACKGROUND_FETCH_JOB.getJobId())) in testGetJobInstance()132 mFactory.getJobWorkerInstance( in testGetJobInstance()
96 assertThat(mFactory.getJobWorkerInstance(notConfiguredJobId)).isNull(); in testGetJobInstance_notConfiguredJob()102 .that(mFactory.getJobWorkerInstance(DELETE_EXPIRED_JOB_ID)) in testGetJobInstance()
96 assertThat(mFactory.getJobWorkerInstance(notConfiguredJobId)).isNull(); in testGetJobInstance_notConfiguredJob()102 .that(mFactory.getJobWorkerInstance(MAINTENANCE_TASK_JOB_ID)) in testGetJobInstance()
44 JobWorker getJobWorkerInstance(int jobId); in getJobWorkerInstance() method
220 JobWorker worker = mJobServiceFactory.getJobWorkerInstance(jobId); in getJobWorker()
57 public JobWorker getJobWorkerInstance(int jobId) { in getJobWorkerInstance() method in TestJobServiceFactory
130 public JobWorker getJobWorkerInstance(int jobId) { in getJobWorkerInstance() method in OdpJobServiceFactory
131 public JobWorker getJobWorkerInstance(int jobId) { in getJobWorkerInstance() method in FederatedComputeJobServiceFactory
119 public JobWorker getJobWorkerInstance(int jobId) { in getJobWorkerInstance() method in AdServicesJobServiceFactory
123 JobWorker worker = mJobServiceFactory.getJobWorkerInstance(jobId); in scheduleJob()