Searched refs:destroyTime (Results 1 – 2 of 2) sorted by relevance
120 long destroyTime; // time at which destory was initiated. field in ServiceRecord298 if (destroying || destroyTime != 0) { in writeToProto()299 ProtoUtils.toDuration(proto, ServiceRecordProto.DESTORY_TIME, destroyTime, now); in writeToProto()400 if (destroying || destroyTime != 0) { in dump()403 TimeUtils.formatDuration(destroyTime, now, pw); in dump()
2726 r.destroyTime = SystemClock.uptimeMillis(); in bringDownServiceLocked()