Home
last modified time | relevance | path

Searched refs:mUpdateThrottle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java138 long mUpdateThrottle; field in AsyncTaskLoader
160 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12843 Landroid/content/AsyncTaskLoader;->mUpdateThrottle:J