Searched refs:ppr (Results 1 – 2 of 2) sorted by relevance
727 final ProcessProviderRecord ppr = pr.mProviders; in collectReachableProcessesLocked() local728 for (int i = ppr.numberOfProviderConnections() - 1; i >= 0; i--) { in collectReachableProcessesLocked()729 ContentProviderConnection cpc = ppr.getProviderConnectionAt(i); in collectReachableProcessesLocked()2269 final ProcessProviderRecord ppr = app.mProviders; in computeOomAdjLSP() local2270 for (int provi = ppr.numberOfProviders() - 1; in computeOomAdjLSP()2275 ContentProviderRecord cpr = ppr.getProviderAt(provi); in computeOomAdjLSP()2386 if (ppr.getLastProviderTime() > 0 in computeOomAdjLSP()2387 && (ppr.getLastProviderTime() + mConstants.CONTENT_PROVIDER_RETAIN_TIME) > now) { in computeOomAdjLSP()
3684 final ProcessProviderRecord ppr = app.mProviders; in updateLruProcessLSP() local3685 for (int j = ppr.numberOfProviderConnections() - 1; j >= 0; j--) { in updateLruProcessLSP()3686 ContentProviderRecord cpr = ppr.getProviderConnectionAt(j).provider; in updateLruProcessLSP()