Home | History | Annotate | Download | only in content

Lines Matching defs:period

37     public final long period;
55 this.period = periodInSeconds;
68 this.period = other.period;
77 long period, long flexTime) {
81 this.period = period;
89 this.period = in.readLong();
103 dest.writeLong(period);
130 && period == other.period
162 ". period: " + period + "s " +