Home
last modified time | relevance | path

Searched refs:BenchmarkJobService (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DMainActivity.java60 if (jobScheduler.getPendingJob(BenchmarkJobService.JOB_ID) == null) { in startStopTestClicked()
62 ComponentName componentName = new ComponentName(this, BenchmarkJobService.class); in startStopTestClicked()
64 new JobInfo.Builder(BenchmarkJobService.JOB_ID, componentName) in startStopTestClicked()
71 jobScheduler.cancel(BenchmarkJobService.JOB_ID); in startStopTestClicked()
DBenchmarkJobService.java41 public class BenchmarkJobService extends JobService implements Processor.Callback { class