Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java59 private static int getLocationsLogSize() { in getLocationsLogSize() method in LocationEventLog
76 mLocationsLog = new LocationsEventLog(getLocationsLogSize()); in LocationEventLog()