OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessDataCollection
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ProcStatsData.java
36
import com.android.internal.app.procstats.ProcessStats.
ProcessDataCollection
;
157
ProcessDataCollection
bgTotals = new
ProcessDataCollection
(
159
ProcessDataCollection
runTotals = new
ProcessDataCollection
(
172
private void createPkgMap(ArrayList<ProcStatsEntry> procEntries,
ProcessDataCollection
bgTotals,
173
ProcessDataCollection
runTotals) {
228
private ProcStatsPackageEntry createOsEntry(
ProcessDataCollection
bgTotals,
229
ProcessDataCollection
runTotals, TotalMemoryUseCollection totalMem, long baseCacheRam) {
266
private ArrayList<ProcStatsEntry> getProcs(
ProcessDataCollection
bgTotals
[
all
...]
ProcStatsEntry.java
58
ProcessStats.
ProcessDataCollection
tmpBgTotals,
59
ProcessStats.
ProcessDataCollection
tmpRunTotals, boolean useUss) {
121
ProcessStats.
ProcessDataCollection
bgTotals,
122
ProcessStats.
ProcessDataCollection
runTotals, Comparator<ProcStatsEntry> compare,
/frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java
[
all
...]
ProcessStats.java
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 143 milliseconds