Searched refs:lastProviderTime (Results 1 – 2 of 2) sorted by relevance
165 long lastProviderTime; // The last time someone else was using a provider in this process. field in ProcessRecord378 if (lastProviderTime > 0) { in dump()380 TimeUtils.formatDuration(lastProviderTime, nowUptime, pw); in dump()
12086 cpr.proc.lastProviderTime = SystemClock.uptimeMillis(); in decProviderCountLocked()23868 if (app.lastProviderTime > 0 && in computeOomAdjLocked()23869 (app.lastProviderTime+mConstants.CONTENT_PROVIDER_RETAIN_TIME) > now) { in computeOomAdjLocked()