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/java/com/android/server/am/
ActivityRecord.java
140
long
lastLaunchTime
; // time of last lauch of this activity
222
pw.print("
lastLaunchTime
=");
223
if (
lastLaunchTime
== 0) pw.print("0");
224
else TimeUtils.formatDuration(
lastLaunchTime
, now, pw);
[
all
...]
ActivityStackSupervisor.java
[
all
...]
ActivityStack.java
[
all
...]
Completed in 44 milliseconds