Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java2209 long thresholdInterval = (providerRequest.interval + 1000) * 3 / 2; in applyRequirementsLocked() local
2221 if (locationRequest.getInterval() <= thresholdInterval) { in applyRequirementsLocked()