Searched defs:actualLifetime (Results 1 – 2 of 2) sorted by relevance
67 public final long actualLifetime; // Effective program lifetime in seconds field in ApfProgramEvent81 private ApfProgramEvent(long lifetime, long actualLifetime, int filteredRas, int currentRas, in ApfProgramEvent()
1695 final long actualLifetime = now - mLastTimeInstalledProgram; in logApfProgramEventLocked() local