Searched refs:firstActiveTime (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java9688 rti.firstActiveTime = tr.firstActiveTime;
[all...]
H A DTaskRecord.java204 long firstActiveTime; // First time this task was active. field in class:TaskRecord
419 firstActiveTime = _firstActiveTime;
782 if (firstActiveTime == 0) {
783 firstActiveTime = lastActiveTime;
1730 out.attribute(null, ATTR_FIRSTACTIVETIME, String.valueOf(firstActiveTime));
1805 long firstActiveTime = -1;
1860 firstActiveTime = Long.parseLong(attrValue);
1975 activities, firstActiveTime, lastActiveTime, lastTimeOnTop, neverRelinquishIdentity,
2332 pw.print(" firstActiveTime=" + lastActiveTime);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java414 rti.firstActiveTime = rti.lastActiveTime = i;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoadPlan.java158 t.userId, t.firstActiveTime, t.lastActiveTime);
H A DTask.java67 public long firstActiveTime; field in class:Task.TaskKey
73 public TaskKey(int id, int stackId, Intent intent, int userId, long firstActiveTime, argument
79 this.firstActiveTime = firstActiveTime;
H A DTaskStack.java963 // Sort all tasks by increasing firstActiveTime of the task
968 return Long.compare(task.key.firstActiveTime, task2.key.firstActiveTime);
1005 // Sort group tasks by increasing firstActiveTime of the task, and also build a new list
1014 return Long.compare(taskKey.firstActiveTime, taskKey2.firstActiveTime);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1589 public long firstActiveTime; field in class:ActivityManager.RecentTaskInfo
1680 dest.writeLong(firstActiveTime);
1708 firstActiveTime = source.readLong();

Completed in 263 milliseconds