Searched defs:firstActiveTime (Results 1 – 3 of 3) sorted by relevance
73 public long firstActiveTime; field in Task.TaskKey76 … public TaskKey(int id, Intent intent, int userId, long firstActiveTime, long lastActiveTime) { in TaskKey()
99 long firstActiveTime; // First time this task was active. field in TaskRecord901 long firstActiveTime = -1; in restoreFromXml() local
809 public long firstActiveTime; field in ActivityManager.RecentTaskInfo