Searched refs:INIT (Results 1 – 2 of 2) sorted by relevance
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/ |
D | DmesgPostProcessor.java | 52 private static final String INIT = "init_"; field in DmesgPostProcessor 153 key = String.format("%s%s%s", INIT, infoItem.getServiceName(), START_TIME); in analyzeDmesgServiceInfo() 155 key = String.format("%s%s%s", INIT, infoItem.getServiceName(), DURATION); in analyzeDmesgServiceInfo() 157 key = String.format("%s%s%s", INIT, infoItem.getServiceName(), END_TIME); in analyzeDmesgServiceInfo()
|
/platform_testing/host_runners/boot/src/com/android/boot/ |
D | BootTimeTest.java | 125 private static final String INIT = "init_"; field in BootTimeTest 992 String key = String.format("%s%s%s", INIT, infoItem.getServiceName(), START_TIME); in analyzeDmesgServiceInfo() 1003 String key = String.format("%s%s%s", INIT, infoItem.getServiceName(), DURATION); in analyzeDmesgServiceInfo() 1014 String key = String.format("%s%s%s", INIT, infoItem.getServiceName(), END_TIME); in analyzeDmesgServiceInfo()
|