OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restartTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
107
long
restartTime
; // time of last restart.
242
pw.print("
restartTime
=");
243
TimeUtils.formatDuration(
restartTime
, now, pw);
391
restartTime
= 0;
ActiveServices.java
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java
303
public long
restartTime
(long now) {
337
return
restartTime
(now) <= now;
565
long when =
restartTime
(now);
Completed in 201 milliseconds