Searched refs:statType (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/ |
H A D | SuggestionEventStore.java | 111 private String getPrefKey(String suggestionId, String eventType, String statType) { in getPrefKey() argument 118 .append(statType) in getPrefKey()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 468 int statType; in collectPssInBackground() local 483 statType = profile.getPssStatType(); in collectPssInBackground() 515 statType, endTime - startTime, SystemClock.uptimeMillis()); in collectPssInBackground() 557 long swapPss, long rss, int statType, long pssDuration, long now) { in recordPssSampleLPf() argument 561 swapPss * 1024, rss * 1024, statType, procState, pssDuration); in recordPssSampleLPf() local 563 profile.addPss(pss, uss, rss, true, statType, pssDuration); in recordPssSampleLPf() 570 statType, pssDuration, in recordPssSampleLPf()
|