Searched refs:QueuedWork (Results 1 – 13 of 13) sorted by relevance
40 private QueuedWork mQueuedWork;64 mQueuedWork = new QueuedWork(); in setup()71 QueuedWork.resetHandler(); in teardown()
19 import android.app.QueuedWork;100 QueuedWork.waitToFinish(); in performBackup()
22 import android.app.QueuedWork;235 QueuedWork.waitToFinish(); in run()
52 public class QueuedWork { class53 private static final String LOG_TAG = QueuedWork.class.getSimpleName();
503 QueuedWork.addFinisher(awaitCommit); in apply()509 QueuedWork.removeFinisher(awaitCommit); in apply()704 QueuedWork.queue(writeToDiskRunnable, !isFromSyncCommit); in enqueueDiskWrite()
5153 QueuedWork.waitToFinish(); in handleServiceArgs()5185 QueuedWork.waitToFinish(); in handleStopService()5515 QueuedWork.waitToFinish(); in handlePauseActivity()5768 QueuedWork.waitToFinish(); in handleStopActivity()
25 import android.app.QueuedWork;261 if (QueuedWork.hasPendingWork()) { in finish()272 QueuedWork.queue(new Runnable() { in finish()
734 Landroid/app/QueuedWork; 138
2477 HSPLandroid/app/QueuedWork$QueuedWorkHandler;-><init>(Landroid/os/Looper;)V2478 HSPLandroid/app/QueuedWork$QueuedWorkHandler;->handleMessage(Landroid/os/Message;)V2479 HSPLandroid/app/QueuedWork;->-$$Nest$smprocessPendingWork()V2480 HSPLandroid/app/QueuedWork;->addFinisher(Ljava/lang/Runnable;)V2481 HSPLandroid/app/QueuedWork;->getHandler()Landroid/os/Handler;2482 HSPLandroid/app/QueuedWork;->handlerRemoveMessages(I)V+]Landroid/os/Handler;Landroid/app/QueuedWork…2483 HSPLandroid/app/QueuedWork;->hasPendingWork()Z2484 HSPLandroid/app/QueuedWork;->processPendingWork()V2485 HSPLandroid/app/QueuedWork;->queue(Ljava/lang/Runnable;Z)V2486 HSPLandroid/app/QueuedWork;->removeFinisher(Ljava/lang/Runnable;)V[all …]
691 android.app.QueuedWork$QueuedWorkHandler692 android.app.QueuedWork
8315 Landroid/app/QueuedWork$QueuedWorkHandler;-><init>(Landroid/os/Looper;)V8316 Landroid/app/QueuedWork$QueuedWorkHandler;->MSG_RUN:I8317 Landroid/app/QueuedWork;-><init>()V8318 Landroid/app/QueuedWork;->DEBUG:Z8319 Landroid/app/QueuedWork;->DELAY:J8320 Landroid/app/QueuedWork;->hasPendingWork()Z8321 Landroid/app/QueuedWork;->LOG_TAG:Ljava/lang/String;8322 Landroid/app/QueuedWork;->MAX_WAIT_TIME_MILLIS:J8323 Landroid/app/QueuedWork;->mNumWaits:I8324 Landroid/app/QueuedWork;->mWaitTimes:Lcom/android/internal/util/ExponentiallyBucketedHistogram;[all …]