HomeSort by relevance Sort by last modified time
    Searched defs:LAST_MODIFIED (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/base/tests/CoreTests/android/core/
HttpHeaderTest.java 26 static final String LAST_MODIFIED = "Last-Modified: Fri, 18 Jun 2010 09:56:47 GMT";
56 buffer.append(LAST_MODIFIED);
  /packages/apps/Dialer/java/com/android/dialer/phonelookup/database/contract/
PhoneLookupHistoryContract.java 70 public static final String LAST_MODIFIED = "last_modified";
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
CarrierDatabaseHelper.java 53 public static final String LAST_MODIFIED = "last_modified";
76 LAST_MODIFIED + " INTEGER DEFAULT 0," +
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 53 static String LAST_MODIFIED = "last-modified";
136 properties.add(LAST_MODIFIED, fo.format(date));
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
ThumbnailCacheTest.java 53 private static final long LAST_MODIFIED = 100;
67 mCache.putThumbnail(URI_0, MID_SIZE, MIDSIZE_BITMAP, LAST_MODIFIED);
76 mCache.putThumbnail(URI_0, MID_SIZE, MIDSIZE_BITMAP, LAST_MODIFIED);
86 mCache.putThumbnail(URI_0, MID_SIZE, MIDSIZE_BITMAP, LAST_MODIFIED);
96 mCache.putThumbnail(URI_0, MID_SIZE, MIDSIZE_BITMAP, LAST_MODIFIED);
106 mCache.putThumbnail(URI_0, LARGE_SIZE, LARGE_BITMAP, LAST_MODIFIED);
107 mCache.putThumbnail(URI_0, SMALL_SIZE, SMALL_BITMAP, LAST_MODIFIED);
117 mCache.putThumbnail(URI_0, MID_SIZE, MIDSIZE_BITMAP, LAST_MODIFIED);
120 long localLastModified = LAST_MODIFIED + 100;
131 mCache.putThumbnail(URI_0, MID_SIZE, MIDSIZE_BITMAP, LAST_MODIFIED);
    [all...]
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 171 public static final String LAST_MODIFIED = "Last-Modified";
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 349 public static final String LAST_MODIFIED = "last_modified";
CallLog.java 501 public static final String LAST_MODIFIED = "last_modified";
    [all...]
  /external/apache-http/android/src/android/net/http/
Headers.java 67 public final static String LAST_MODIFIED = "last-modified";
140 LAST_MODIFIED,
273 if (name.equals(LAST_MODIFIED)) {
  /frameworks/base/telephony/java/android/provider/
Telephony.java     [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-core-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 1000 milliseconds

1 2 3 4