Searched refs:ENCRYPTION_KEY_PERIODIC_JOB (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.adservices.spe.AdServicesJobInfo.ENCRYPTION_KEY_PERIODIC_JOB;48 private static final int ENCRYPTION_KEY_JOB_ID = ENCRYPTION_KEY_PERIODIC_JOB.getJobId();
82 ENCRYPTION_KEY_PERIODIC_JOB("ENCRYPTION_KEY_PERIODIC_JOB", 30), enumConstant
21 import static com.android.adservices.spe.AdServicesJobInfo.ENCRYPTION_KEY_PERIODIC_JOB;283 jobScheduler.cancel(ENCRYPTION_KEY_PERIODIC_JOB.getJobId()); in unscheduleAllBackgroundJobs()
22 import static com.android.adservices.spe.AdServicesJobInfo.ENCRYPTION_KEY_PERIODIC_JOB;72 private static final int ENCRYPTION_KEY_JOB_ID = ENCRYPTION_KEY_PERIODIC_JOB.getJobId();
21 import static com.android.adservices.spe.AdServicesJobInfo.ENCRYPTION_KEY_PERIODIC_JOB;541 verify(mJobScheduler).cancel(ENCRYPTION_KEY_PERIODIC_JOB.getJobId()); in testUnscheduleAllBackgroundJobs()
35 import static com.android.adservices.spe.AdServicesJobInfo.ENCRYPTION_KEY_PERIODIC_JOB;761 verify(mJobSchedulerMock).cancel(ENCRYPTION_KEY_PERIODIC_JOB.getJobId()); in testJobsAreUnscheduledAfterDisabling()
39 import static com.android.adservices.spe.AdServicesJobInfo.ENCRYPTION_KEY_PERIODIC_JOB;768 verify(mJobSchedulerMock).cancel(ENCRYPTION_KEY_PERIODIC_JOB.getJobId()); in testJobsAreUnscheduledAfterDisabling()