Searched refs:SESSION_BEGIN_TIME (Results 1 – 1 of 1) sorted by relevance
56 private static int SESSION_BEGIN_TIME = 1000 /* ms/s */ * 60 /* s/min */ * 60 /* min/hr */ * field in RecentsTaskLoadPlan263 return t.lastActiveTime < (System.currentTimeMillis() - SESSION_BEGIN_TIME); in isHistoricalTask()