Searched refs:BOOT_REASON_HISTORY (Results 1 – 3 of 3) sorted by relevance
42 public static final String BOOT_REASON_HISTORY = "persist.sys.boot.reason.history"; field in DeviceProperties
5564 String output = getProperty(DeviceProperties.BOOT_REASON_HISTORY); in getBootHistory()
2486 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testGetBootHistory()2500 doReturn("").when(spy).getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testGetBootHistoryEmpty()2509 doReturn("invalid output").when(spy).getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testGetBootHistoryInvalid()2524 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testGetBootHistorySince()2537 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testGetBootHistorySince_limit()2555 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testGetBootHistorySinceInMillisecond()2577 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testDeviceSoftRestartedSince()2610 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testDeviceSoftRestartedSinceWithAbnormalReboot()2636 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testDeviceSoftRestartedSinceNotAfterNormalReboot()2656 .getProperty(DeviceProperties.BOOT_REASON_HISTORY); in testDeviceSoftRestartedSinceAfterNormalReboot()[all …]