Home
last modified time | relevance | path

Searched refs:AggregateStats (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java69 private final ArrayMap<String, ArrayMap<CallerIdentity, AggregateStats>> mAggregateStats;
85 public ArrayMap<String, ArrayMap<CallerIdentity, AggregateStats>> copyAggregateStats() { in copyAggregateStats()
87 ArrayMap<String, ArrayMap<CallerIdentity, AggregateStats>> copy = new ArrayMap<>( in copyAggregateStats()
96 private AggregateStats getAggregateStats(String provider, CallerIdentity identity) { in getAggregateStats()
98 ArrayMap<CallerIdentity, AggregateStats> packageMap = mAggregateStats.get(provider); in getAggregateStats()
104 AggregateStats stats = packageMap.get(aggregate); in getAggregateStats()
106 stats = new AggregateStats(); in getAggregateStats()
654 public static final class AggregateStats { class in LocationEventLog
685 AggregateStats() {} in AggregateStats() method in LocationEventLog.AggregateStats
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1607 ArrayMap<String, ArrayMap<CallerIdentity, LocationEventLog.AggregateStats>> aggregateStats = in dump()
1613 ArrayMap<CallerIdentity, LocationEventLog.AggregateStats> providerStats = in dump()
/frameworks/base/services/
Dart-wear-profile13957 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;-><init>()V
13958 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;->markRequestActive()V
13959 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;->markRequestAdded(J)V
13960 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;->markRequestForeground()V
13961 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;->markRequestInactive()V
13962 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;->markRequestRemoved()V
13963 PLcom/android/server/location/eventlog/LocationEventLog$AggregateStats;->updateTotals()V
13973 …til/identity/CallerIdentity;)Lcom/android/server/location/eventlog/LocationEventLog$AggregateStats;