Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for jelly (0.01 sec)

  1. android/guava/src/com/google/common/io/TempFileCreator.java

              (int) Class.forName("android.os.Build$VERSION_CODES").getField("JELLY_BEAN").get(null);
          /*
           * I assume that this check can't fail because JELLY_BEAN will be present only if we're
           * running under Jelly Bean or higher. But it seems safest to check.
           */
          if (version < jellyBean) {
            return new ThrowingCreator();
          }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/MediaType.java

      public static final MediaType GZIP = createConstant(APPLICATION_TYPE, "x-gzip");
    
      /**
       * <a href="https://tools.ietf.org/html/draft-kelly-json-hal-08#section-3">JSON Hypertext
       * Application Language (HAL) documents</a>.
       *
       * @since 26.0
       */
      public static final MediaType HAL_JSON = createConstant(APPLICATION_TYPE, "hal+json");
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType GZIP = createConstant(APPLICATION_TYPE, "x-gzip");
    
      /**
       * <a href="https://tools.ietf.org/html/draft-kelly-json-hal-08#section-3">JSON Hypertext
       * Application Language (HAL) documents</a>.
       *
       * @since 26.0
       */
      public static final MediaType HAL_JSON = createConstant(APPLICATION_TYPE, "hal+json");
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
Back to top