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/java/com/android/server/am/
ServiceRecord.java
106
long
restartDelay
; // delay until next restart attempt.
108
long nextRestartTime; // time when
restartDelay
will expire.
260
||
restartDelay
!= 0 || nextRestartTime != 0) {
262
pw.print("
restartDelay
=");
263
TimeUtils.formatDuration(
restartDelay
, now, pw);
390
restartDelay
= 0;
ActiveServices.java
[
all
...]
Completed in 512 milliseconds