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