HomeSort by relevance Sort by last modified time
    Searched defs:since (Results 1 - 10 of 10) sorted by null

  /external/smack/src/org/jivesoftware/smackx/muc/
DiscussionHistory.java 40 * <li>since -> only the messages received since the datetime specified will be included in
53 private Date since; field in class:DiscussionHistory
85 * Returns the since date to use to filter the messages received during that time.
86 * In other words, only the messages received since the datetime specified will be
89 * @return the since date to use to filter the messages received during that time.
92 return since;
126 * Sets the since date to use to filter the messages received during that time.
127 * In other words, only the messages received since the datetime specified will be
130 * @param since the since date to use to filter the messages received during that time
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 119 private Date since; field in class:MUCInitialPresence.History
151 * Returns the since date to use to filter the messages received during that time.
152 * In other words, only the messages received since the datetime specified will be
155 * @return the since date to use to filter the messages received during that time.
158 return since;
192 * Sets the since date to use to filter the messages received during that time.
193 * In other words, only the messages received since the datetime specified will be
196 * @param since the since date to use to filter the messages received during that time.
198 public void setSince(Date since) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceHelperTest.java 91 public int since() { method in class:ResourceHelperTest.FakeQualifierClass
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 580 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
619 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
643 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
788 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
1071 Date since = new Date(); local
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 559 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
599 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
626 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
1075 Date since = new Date(); local
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
lint-checks.jar 
layoutlib-api.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 267 milliseconds