Searched refs:actualLifetime (Results 1 – 3 of 3) sorted by relevance
51 public long actualLifetime; // Effective program lifetime in seconds field in ApfProgramEvent62 this.actualLifetime = in.readLong(); in ApfProgramEvent()72 out.writeLong(actualLifetime); in writeToParcel()88 programLength, actualLifetime, lifetimeString, namesOf(flags)); in toString()
981 ev.actualLifetime = now - mLastTimeInstalledProgram; in logApfProgramEventLocked()982 if (ev.actualLifetime < APF_PROGRAM_EVENT_LIFETIME_THRESHOLD) { in logApfProgramEventLocked()
242 apfProgramEvent.effectiveLifetime = in.actualLifetime; in setApfProgramEvent()