Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java188 public void setSystemProps(SystemPropsItem systemProps) { in setSystemProps() method in BugreportItem
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java208 mBugreport.setSystemProps((SystemPropsItem) getSection(mSystemPropsParser)); in commit()