Searched refs:ppr (Results 1 – 2 of 2) sorted by relevance
766 final ProcessProviderRecord ppr = pr.mProviders; in collectReachableProcessesLocked() local767 for (int i = ppr.numberOfProviderConnections() - 1; i >= 0; i--) { in collectReachableProcessesLocked()768 ContentProviderConnection cpc = ppr.getProviderConnectionAt(i); in collectReachableProcessesLocked()2597 final ProcessProviderRecord ppr = app.mProviders; in computeOomAdjLSP() local2598 for (int provi = ppr.numberOfProviders() - 1; in computeOomAdjLSP()2603 ContentProviderRecord cpr = ppr.getProviderAt(provi); in computeOomAdjLSP()2724 if (ppr.getLastProviderTime() > 0 in computeOomAdjLSP()2725 && (ppr.getLastProviderTime() + mConstants.CONTENT_PROVIDER_RETAIN_TIME) > now) { in computeOomAdjLSP()
3879 final ProcessProviderRecord ppr = app.mProviders;3880 for (int j = ppr.numberOfProviderConnections() - 1; j >= 0; j--) {3881 ContentProviderRecord cpr = ppr.getProviderConnectionAt(j).provider;