Home | History | Annotate | Download | only in impl

Lines Matching defs:_created

35     private long          _created;
48 this._created = System.currentTimeMillis();
124 return _created + (percent * _ttl * 10L);
156 _created = other._created;
164 _created = now;