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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java115 long destroyTime; // time at which destory was initiated. field in class:ServiceRecord
264 if (destroying || destroyTime != 0) {
266 pw.print(" destroyTime=");
267 TimeUtils.formatDuration(destroyTime, now, pw);

Completed in 40 milliseconds