Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DLocationAttributionHelperTest.java65 CallerIdentity.forAggregation(caller1)); in testLocationMonitoring()
67 CallerIdentity.forAggregation(caller1)); in testLocationMonitoring()
71 CallerIdentity.forAggregation(caller1)); in testLocationMonitoring()
73 CallerIdentity.forAggregation(caller1)); in testLocationMonitoring()
77 CallerIdentity.forAggregation(caller2)); in testLocationMonitoring()
79 CallerIdentity.forAggregation(caller2)); in testLocationMonitoring()
83 CallerIdentity.forAggregation(caller2)); in testLocationMonitoring()
85 CallerIdentity.forAggregation(caller2)); in testLocationMonitoring()
89 CallerIdentity.forAggregation(caller1)); in testLocationMonitoring()
95 CallerIdentity.forAggregation(caller2)); in testLocationMonitoring()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DLocationAttributionHelper.java56 identity = CallerIdentity.forAggregation(identity); in reportLocationStart()
73 identity = CallerIdentity.forAggregation(identity); in reportLocationStop()
89 identity = CallerIdentity.forAggregation(identity); in reportHighPowerLocationStart()
109 identity = CallerIdentity.forAggregation(identity); in reportHighPowerLocationStop()
/aosp12/frameworks/base/location/java/android/location/util/identity/
H A DCallerIdentity.java62 public static CallerIdentity forAggregation(CallerIdentity callerIdentity) { in forAggregation() method in CallerIdentity
/aosp12/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java100 CallerIdentity aggregate = CallerIdentity.forAggregation(identity); in getAggregateStats()