Home | History | Annotate | Download | only in content

Lines Matching refs:period

35     public final long period;
53 this.period = periodInSeconds;
66 this.period = other.period;
75 long period, long flexTime) {
79 this.period = period;
87 this.period = in.readLong();
101 dest.writeLong(period);
128 && period == other.period
158 ". period: " + period + "s " +