Searched refs:onStopJob (Results 1 – 5 of 5) sorted by relevance
44 public boolean onStopJob(@NonNull JobParameters params) { in onStopJob() method in BackgroundDexoptJobService45 return getJob(params.getJobId()).onStopJob(params); in onStopJob()
115 public boolean onStopJob(@NonNull JobParameters params) { in onStopJob() method in BackgroundDexoptJob
126 public synchronized boolean onStopJob(@NonNull JobParameters params) { in onStopJob() method in PreRebootDexoptJob
29 boolean onStopJob(@NonNull JobParameters params); in onStopJob() method
284 mPreRebootDexoptJob.onStopJob(mJobParameters); in testCancel()398 mPreRebootDexoptJob.onStopJob(oldParameters); in testRace1()485 mPreRebootDexoptJob.onStopJob(oldParameters); in testRace3()