Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/rule/
DLocationUsageRule.java65 final int effectiveIntervalSec = locationClient.getEffectiveInterval(); in applyRule() local
66 if (effectiveIntervalSec < LOCATION_INTERVAL_THRESHOLD && in applyRule()