HomeSort by relevance Sort by last modified time
    Searched refs:Date (Results 176 - 200 of 801) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
WorkgroupQueue.java 3 * $Date$
36 private Date oldestEntry = null;
119 * Returns the date of the oldest request waiting in the queue. If there
122 * @return the date of the oldest request in the queue.
124 public Date getOldestEntry() {
128 void setOldestEntry(Date oldestEntry) {
Offer.java 3 * $Date$
26 import java.util.Date;
47 private Date expiresDate;
62 * @param expiresDate the date at which this offer expires.
69 String userJID, String workgroupName, Date expiresDate,
134 * The date when the offer will expire. The agent must {@link #accept()}
135 * the offer before the expiration date or the offer will lapse and be
139 * @return the date at which this offer expires.
141 public Date getExpiresDate() {
  /libcore/luni/src/main/java/java/security/cert/
X509CRL.java 29 import java.util.Date;
191 public abstract Date getThisUpdate();
199 public abstract Date getNextUpdate();