Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/rule/
DLocationUsageRuleTest.java65 LocationUsageRule locationUsageRule = new LocationUsageRule(mBugreport); in testLocationUsageAnalysis()
82 LocationUsageRule locationUsageRule = new LocationUsageRule(mBugreport); in testNoSignificantLocationUsageAnalysis()
92 LocationUsageRule locationUsageRule = new LocationUsageRule(mBugreport); in testNoLocationUsageAnalysis()
/tools/loganalysis/src/com/android/loganalysis/rule/
DLocationUsageRule.java34 public class LocationUsageRule extends AbstractPowerRule { class
44 public LocationUsageRule (BugreportItem bugreportItem) { in LocationUsageRule() method in LocationUsageRule