Searched refs:newLastStackActiveTime (Results 1 – 2 of 2) sorted by relevance
151 long newLastStackActiveTime = -1; in preloadPlan() local179 if (isStackTask && newLastStackActiveTime < 0) { in preloadPlan()180 newLastStackActiveTime = t.lastActiveTime; in preloadPlan()215 if (newLastStackActiveTime != -1) { in preloadPlan()217 newLastStackActiveTime, currentUserId); in preloadPlan()
1342 public void updateOverviewLastStackActiveTimeAsync(long newLastStackActiveTime, in updateOverviewLastStackActiveTimeAsync() argument1346 Secure.OVERVIEW_LAST_STACK_ACTIVE_TIME, newLastStackActiveTime, currentUserId); in updateOverviewLastStackActiveTimeAsync() local