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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java120 long destroyTime; // time at which destory was initiated. field in class:ServiceRecord
298 if (destroying || destroyTime != 0) {
299 ProtoUtils.toDuration(proto, ServiceRecordProto.DESTORY_TIME, destroyTime, now);
400 if (destroying || destroyTime != 0) {
402 pw.print(" destroyTime=");
403 TimeUtils.formatDuration(destroyTime, now, pw);

Completed in 29 milliseconds