Searched refs:getLastStateTime (Results 1 – 5 of 5) sorted by relevance
646 long getLastStateTime() { in getLastStateTime() method in ProcessProfileRecord655 mLastStateTime = state.getLastStateTime(); in updateProcState()
670 long getLastStateTime() { in getLastStateTime() method in ProcessStateRecord1355 TimeUtils.formatDuration(getLastStateTime(), nowUptime, pw); in dump()
1142 && (state.getLastStateTime() in assignCachedAdjIfNecessary()2172 && (state.getLastStateTime() + mConstants.MAX_PREVIOUS_TIME) <= now) { in computeOomAdjLSP()2198 lastStateTime = state.getLastStateTime(); in computeOomAdjLSP()
897 + ProcessList.PSS_MAX_INTERVAL, profile.getLastStateTime() in updateNextPssTimeLPf()1295 final long lastStateTime = profile.getLastStateTime(); in requestPssAllProcsLPr()
6737 HPLcom/android/server/am/ProcessProfileRecord;->getLastStateTime()J6969 HPLcom/android/server/am/ProcessStateRecord;->getLastStateTime()J