Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DLocationUsageLogger.java73 : bucketizeInterval(locationRequest.getIntervalMillis()), in logLocationApiUsage()
146 private static int bucketizeInterval(long interval) { in bucketizeInterval() method in LocationUsageLogger