Searched refs:firstActiveTime (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java66 public long firstActiveTime; field in class:Task.TaskKey
72 public TaskKey(int id, int stackId, Intent intent, int userId, long firstActiveTime, argument
78 this.firstActiveTime = firstActiveTime;
H A DTaskStack.java919 // Sort all tasks by increasing firstActiveTime of the task
924 return Long.compare(task.key.firstActiveTime, task2.key.firstActiveTime);
961 // Sort group tasks by increasing firstActiveTime of the task, and also build a new list
970 return Long.compare(taskKey.firstActiveTime, taskKey2.firstActiveTime);
H A DRecentsTaskLoadPlan.java155 t.userId, t.firstActiveTime, t.lastActiveTime);
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java153 long firstActiveTime; // First time this task was active. field in class:TaskRecord
360 firstActiveTime = _firstActiveTime;
381 if (firstActiveTime == 0) {
382 firstActiveTime = lastActiveTime;
1161 out.attribute(null, ATTR_FIRSTACTIVETIME, String.valueOf(firstActiveTime));
1233 long firstActiveTime = -1;
1286 firstActiveTime = Long.valueOf(attrValue);
1380 activities, firstActiveTime, lastActiveTime, lastTimeOnTop, neverRelinquishIdentity,
1780 pw.print(" firstActiveTime=" + lastActiveTime);
H A DActivityManagerService.java9120 rti.firstActiveTime = tr.firstActiveTime;
/frameworks/base/core/java/android/app/
H A DActivityManager.java1335 public long firstActiveTime; field in class:ActivityManager.RecentTaskInfo
1426 dest.writeLong(firstActiveTime);
1454 firstActiveTime = source.readLong();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java306 rti.firstActiveTime = rti.lastActiveTime = i;

Completed in 183 milliseconds