Home | History | Annotate | Download | only in content

Lines Matching defs:period

35     public final long period;
56 this.period = periodInSeconds;
69 this.period = other.period;
78 long period, long flexTime) {
82 this.period = period;
90 this.period = in.readLong();
104 dest.writeLong(period);
131 && period == other.period
161 ". period: " + period + "s " +