Searched refs:actualLifetime (Results 1 – 3 of 3) sorted by relevance
64 public final long actualLifetime; // Effective program lifetime in seconds field in ApfProgramEvent78 private ApfProgramEvent(long lifetime, long actualLifetime, int filteredRas, int currentRas, in ApfProgramEvent() argument81 this.actualLifetime = actualLifetime; in ApfProgramEvent()90 this.actualLifetime = in.readLong(); in ApfProgramEvent()176 out.writeLong(actualLifetime); in writeToParcel()194 programLength, actualLifetime, lifetimeString, namesOf(flags)); in toString()202 && actualLifetime == other.actualLifetime in equals()
45 assertEquals(2, apfProgramEvent.actualLifetime) in hasFlag()
267 apfProgramEvent.effectiveLifetime = in.actualLifetime; in setApfProgramEvent()