Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java71 private final LocationsEventLog mLocationsLog; field in LocationEventLog
76 mLocationsLog = new LocationsEventLog(getLocationsLogSize()); in LocationEventLog()
199 mLocationsLog.logProviderReceivedLocations(provider, numLocations); in logProviderReceivedLocations()
207 mLocationsLog.logProviderDeliveredLocations(provider, numLocations, identity); in logProviderDeliveredLocations()
230 iterate(consumer, this, mLocationsLog); in iterate()