OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLaunchTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java
192
long
lastLaunchTime
; // time of last launch of this activity
340
pw.print("
lastLaunchTime
=");
341
if (
lastLaunchTime
== 0) pw.print("0");
342
else TimeUtils.formatDuration(
lastLaunchTime
, now, pw);
[
all
...]
ActivityStack.java
[
all
...]
ActivityStackSupervisor.java
[
all
...]
Completed in 45 milliseconds