Searched refs:bugreportItem (Results 1 – 7 of 7) sorted by relevance
44 public WifiStatsRule (BugreportItem bugreportItem) { in WifiStatsRule() argument45 super(bugreportItem); in WifiStatsRule()46 mBugreportItem = bugreportItem; in WifiStatsRule()
44 public LocationUsageRule (BugreportItem bugreportItem) { in LocationUsageRule() argument45 super(bugreportItem); in LocationUsageRule()46 mBugreportItem = bugreportItem; in LocationUsageRule()
38 public AbstractPowerRule(BugreportItem bugreportItem) { in AbstractPowerRule() argument39 mBugreportItem = bugreportItem; in AbstractPowerRule()
38 public RuleEngine(BugreportItem bugreportItem) { in RuleEngine() argument39 mBugreportItem = bugreportItem; in RuleEngine()
40 public WakelockRule (BugreportItem bugreportItem) { in WakelockRule() argument41 super(bugreportItem); in WakelockRule()
41 public InterruptRule (BugreportItem bugreportItem) { in InterruptRule() argument42 super(bugreportItem); in InterruptRule()
46 public ProcessUsageRule (BugreportItem bugreportItem) { in ProcessUsageRule() argument47 super(bugreportItem); in ProcessUsageRule()