Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java125 long destroyTime; // time at which destory was initiated. field in ServiceRecord
323 if (destroying || destroyTime != 0) { in dumpDebug()
324 ProtoUtils.toDuration(proto, ServiceRecordProto.DESTORY_TIME, destroyTime, now); in dumpDebug()
442 if (destroying || destroyTime != 0) { in dump()
445 TimeUtils.formatDuration(destroyTime, now, pw); in dump()
DActiveServices.java3317 r.destroyTime = SystemClock.uptimeMillis(); in bringDownServiceLocked()