Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java42 public static final String BOOT_REASON_HISTORY = "persist.sys.boot.reason.history"; field in DeviceProperties
DNativeDevice.java5564 String output = getProperty(DeviceProperties.BOOT_REASON_HISTORY); in getBootHistory()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java2486 .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 …]