OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startingBgTimeout
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
94
long
startingBgTimeout
; // time at which we scheduled this for a delayed start.
237
pw.print("
startingBgTimeout
=");
238
TimeUtils.formatDuration(
startingBgTimeout
, now, pw);
ActiveServices.java
202
if (r.
startingBgTimeout
<= now) {
229
long when = next.
startingBgTimeout
> now ? next.
startingBgTimeout
: now;
402
r.
startingBgTimeout
= SystemClock.uptimeMillis() + BG_START_TIMEOUT;
[
all
...]
Completed in 38 milliseconds