Searched refs:lastBackgroundTime (Results 1 – 2 of 2) sorted by relevance
36 long lastBackgroundTime; field in UidRecord142 if (lastBackgroundTime > 0) { in toString()144 TimeUtils.formatDuration(SystemClock.elapsedRealtime()-lastBackgroundTime, sb); in toString()
22787 uidRec.lastBackgroundTime = nowElapsed;22803 uidRec.lastBackgroundTime = 0;22874 final long bgTime = uidRec.lastBackgroundTime;22911 final long bgTime = uidRec.lastBackgroundTime;