Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java363 String uptime = null; in getDeviceUptime() local
370 uptime = getDevice().executeShellCommand("cat /proc/uptime").trim(); in getDeviceUptime()
371 } while (uptime.isEmpty()); in getDeviceUptime()
372 return Long.parseLong(uptime.substring(0, uptime.indexOf('.'))); in getDeviceUptime()
382 long uptime = getDeviceUptime(); in getKernelStartTime() local
383 return (System.currentTimeMillis() / 1000) - uptime; in getKernelStartTime()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneParser.java316 String uptime = m.group("uptime"); in parseTombstone() local
317 tombstoneBuilder.setProcessUptime(Integer.valueOf(uptime)); in parseTombstone()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dlogcat.txt336 10-01 10:04:58.301 8937 8937 E DEBUG : failed to read /proc/uptime: Permission denied
343 10-01 10:04:58.338 8937 8937 F DEBUG : Process uptime: 0s
/platform_testing/libraries/sts-common-util/host-side/tests/res/
Dlogcat.txt340 10-01 10:04:58.301 8937 8937 E DEBUG : failed to read /proc/uptime: Permission denied
347 10-01 10:04:58.338 8937 8937 F DEBUG : Process uptime: 0s
410 05-11 18:43:28.281 1046 3871 11190 F DEBUG : Process uptime: 628s
427 09-03 17:48:05.806 7072 7072 F DEBUG : Process uptime: 0s
2141 11-08 17:31:00.078 22420 22420 F DEBUG : Process uptime: 0s
2770 01-11 17:12:57.117 shell 13764 13764 E DEBUG : failed to read /proc/uptime: Permission denied
2778 01-11 17:12:57.256 shell 13764 13764 F DEBUG : Process uptime: 0s
2800 01-11 17:20:37.116 media 22990 22990 E DEBUG : failed to read /proc/uptime: Permission denied
2801 01-11 17:18:01.184 shell 18802 18802 E DEBUG : failed to read /proc/uptime: Permission denied
2809 01-11 17:18:01.225 shell 18802 18802 F DEBUG : Process uptime: 0s
[all …]