OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRestartTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java
[
all
...]
ServiceRecord.java
113
long
nextRestartTime
; // time when restartDelay will expire.
271
|| restartDelay != 0 ||
nextRestartTime
!= 0) {
275
pw.print("
nextRestartTime
=");
276
TimeUtils.formatDuration(
nextRestartTime
, now, pw);
Completed in 208 milliseconds