Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/rule/
DLocationUsageRule.java41 private List<LocationInfoItem> mOffendingLocationRequestList; field in LocationUsageRule
51 mOffendingLocationRequestList = new ArrayList<LocationInfoItem>(); in applyRule()
70 mOffendingLocationRequestList.add(locationClient); in applyRule()
79 if (mOffendingLocationRequestList == null || mOffendingLocationRequestList.size() <= 0) { in getAnalysis()
82 for (LocationInfoItem locationClient : mOffendingLocationRequestList) { in getAnalysis()