Searched refs:mUpdateThrottle (Results 1 – 2 of 2) sorted by relevance
138 long mUpdateThrottle; field in AsyncTaskLoader160 mUpdateThrottle = delayMS; in setUpdateThrottle()231 if (mUpdateThrottle > 0) { in executePendingTask()233 if (now < (mLastLoadCompleteTime+mUpdateThrottle)) { in executePendingTask()236 + (mLastLoadCompleteTime+mUpdateThrottle) in executePendingTask()239 mHandler.postAtTime(mTask, mLastLoadCompleteTime+mUpdateThrottle); in executePendingTask()378 if (mUpdateThrottle != 0) { in dump()380 TimeUtils.formatDuration(mUpdateThrottle, writer); in dump()
12843 Landroid/content/AsyncTaskLoader;->mUpdateThrottle:J