Searched refs:BOOTREASON_PROP (Results 1 – 1 of 1) sorted by relevance
63 private static final String BOOTREASON_PROP = "ro.boot.bootreason"; field in BugreportParser237 mBugreport.getSystemProps().containsKey(BOOTREASON_PROP)) { in commit()238 bootreason = mBugreport.getSystemProps().get(BOOTREASON_PROP); in commit()