Home
last modified time | relevance | path

Searched refs:forAggregation (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/util/identity/
H A DCallerIdentity.java62 public static CallerIdentity forAggregation(CallerIdentity callerIdentity) { in forAggregation() method in CallerIdentity
/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java98 CallerIdentity aggregate = CallerIdentity.forAggregation(identity); in getAggregateStats()