Home
last modified time | relevance | path

Searched refs:destroyTime (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java150 long destroyTime; // time at which destory was initiated. field in ServiceRecord
633 if (destroying || destroyTime != 0) { in dumpDebug()
634 ProtoUtils.toDuration(proto, ServiceRecordProto.DESTORY_TIME, destroyTime, now); in dumpDebug()
812 if (destroying || destroyTime != 0) { in dump()
815 TimeUtils.formatDuration(destroyTime, now, pw); in dump()
H A DActiveServices.java5694 r.destroyTime = SystemClock.uptimeMillis(); in bringDownServiceLocked()