HomeSort by relevance Sort by last modified time
    Searched refs:reschedule (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/core/java/android/app/job/
IJobCallback.aidl 44 * @param reschedule Whether or not to reschedule this job.
46 void acknowledgeStopMessage(int jobId, boolean reschedule);
60 * @param reschedule Whether or not to reschedule this job.
62 void jobFinished(int jobId, boolean reschedule);
JobServiceEngine.java 160 private void ackStopMessage(JobParameters params, boolean reschedule) {
165 callback.acknowledgeStopMessage(jobId, reschedule);
  /frameworks/base/services/core/java/com/android/server/timezone/
TimeZoneUpdateIdler.java 47 // Note: notifyIdle() explicitly handles canceling / re-scheduling so no need to reschedule
57 // Reschedule if stopped unless it was cancelled due to unschedule().
58 boolean reschedule = params.getStopReason() != JobParameters.REASON_CANCELED;
59 Slog.d(TAG, "onStopJob() called: Reschedule=" + reschedule);
60 return reschedule;
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
RescheduleReceiver.java 45 "Cannot reschedule jobs. WorkManager needs to be initialized via a "
49 // for 10 seconds, to give ForceStopRunnable a chance to reschedule.
60 Intent reschedule = CommandHandler.createRescheduleIntent(context); local
61 context.startService(reschedule);
DelayMetCommandHandler.java 174 // reschedule should not happen. For e.g. DELAY_MET when constraints are not met,
175 // should not result in a reschedule.
178 Intent reschedule = CommandHandler.createScheduleWorkIntent(mContext, local
181 new SystemAlarmDispatcher.AddRunnable(mDispatcher, reschedule,
185 "Processor does not have WorkSpec %s. No need to reschedule ",
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 154 public void acknowledgeStopMessage(int jobId, boolean reschedule) {
155 doAcknowledgeStopMessage(this, jobId, reschedule);
169 public void jobFinished(int jobId, boolean reschedule) {
170 doJobFinished(this, jobId, reschedule);
343 void doJobFinished(JobCallback cb, int jobId, boolean reschedule) {
344 doCallback(cb, reschedule, "app called jobFinished");
347 void doAcknowledgeStopMessage(JobCallback cb, int jobId, boolean reschedule) {
348 doCallback(cb, reschedule, null);
448 /** If the client service crashes we reschedule this job and clean up. */
527 void doCallback(JobCallback cb, boolean reschedule, String reason)
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 401 * A callable class that can reschedule itself using a {@link CustomScheduler}.
438 reschedule();
445 public void reschedule() {
446 // We reschedule ourselves with a lock held for two reasons. 1. we want to make sure that
491 task.reschedule();
  /external/libevent/
bufferevent_sock.c 194 goto reschedule;
216 reschedule:
299 goto reschedule;
328 reschedule:
  /frameworks/base/services/core/java/com/android/server/connectivity/
PacManager.java 131 reschedule();
249 private void reschedule() { method in class:PacManager
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 47 // Loop reschedule checks compare the stack pointer with
49 // that means a reschedule check is needed.
60 // 5. Rewrite backedges to include reschedule check,
64 if f.NoSplit { // nosplit functions don't reschedule.
166 // Rewrite backedges to include reschedule checks.
184 // rewrite edge to include reschedule check
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 47 // Loop reschedule checks compare the stack pointer with
49 // that means a reschedule check is needed.
60 // 5. Rewrite backedges to include reschedule check,
64 if f.NoSplit { // nosplit functions don't reschedule.
166 // Rewrite backedges to include reschedule checks.
184 // rewrite edge to include reschedule check
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/background/systemalarm/
SystemAlarmDispatcherTest.java 420 Intent reschedule = CommandHandler.createRescheduleIntent(mContext); local
422 new SystemAlarmDispatcher.AddRunnable(mSpyDispatcher, reschedule, START_ID));
  /prebuilts/go/darwin-x86/src/runtime/
print.go 68 mp.locks++ // do not reschedule between printlock++ and lock(&debuglock).
cgocall.go 134 // reschedule us on to a different M.
mgcmark.go 485 // If this is because we were preempted, reschedule
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
print.go 68 mp.locks++ // do not reschedule between printlock++ and lock(&debuglock).
cgocall.go 134 // reschedule us on to a different M.
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetcherImpl.java 664 private void jobFinished(boolean reschedule) {
667 mService.jobFinished(mParams, reschedule);
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.cpp 982 // When getPosition fails, renderer will not reschedule the draining
1128 bool reschedule = !mAudioQueue.empty() local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 983 // When getPosition fails, renderer will not reschedule the draining
1129 bool reschedule = !mAudioQueue.empty() local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 147 * the backoff on the authority. Then we reschedule all syncs associated with that authority to
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 1497 milliseconds

1 2 3