Searched refs:mUpdateThrottle (Results 1 – 2 of 2) sorted by relevance
132 long mUpdateThrottle; field in AsyncTaskLoader154 mUpdateThrottle = delayMS; in setUpdateThrottle()222 if (mUpdateThrottle > 0) { in executePendingTask()224 if (now < (mLastLoadCompleteTime+mUpdateThrottle)) { in executePendingTask()227 + (mLastLoadCompleteTime+mUpdateThrottle) in executePendingTask()230 mHandler.postAtTime(mTask, mLastLoadCompleteTime+mUpdateThrottle); in executePendingTask()368 if (mUpdateThrottle != 0) { in dump()370 TimeUtils.formatDuration(mUpdateThrottle, writer); in dump()
117 long mUpdateThrottle; field in AsyncTaskLoader138 mUpdateThrottle = delayMS; in setUpdateThrottle()206 if (mUpdateThrottle > 0) { in executePendingTask()208 if (now < (mLastLoadCompleteTime+mUpdateThrottle)) { in executePendingTask()211 + (mLastLoadCompleteTime+mUpdateThrottle) in executePendingTask()214 mHandler.postAtTime(mTask, mLastLoadCompleteTime+mUpdateThrottle); in executePendingTask()352 if (mUpdateThrottle != 0) { in dump()354 TimeUtils.formatDuration(mUpdateThrottle, writer); in dump()