Searched defs:executingStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java111 long executingStart; // start time of last execute request. field in class:ServiceRecord
295 ServiceRecordProto.ExecuteNesting.EXECUTING_START, executingStart, now);
396 pw.print(" executingStart=");
397 TimeUtils.formatDuration(executingStart, now, pw);

Completed in 9 milliseconds