HomeSort by relevance Sort by last modified time
    Searched refs:destroyTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 115 long destroyTime; // time at which destory was initiated.
264 if (destroying || destroyTime != 0) {
266 pw.print(" destroyTime=");
267 TimeUtils.formatDuration(destroyTime, now, pw);
ActiveServices.java     [all...]

Completed in 188 milliseconds