Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createVideoType (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/net/MediaType.java

      }
    
      /**
       * Creates a media type with the "video" type and the given subtype.
       *
       * @throws IllegalArgumentException if subtype is invalid
       */
      static MediaType createVideoType(String subtype) {
        return create(VIDEO_TYPE, subtype);
      }
    
      private static String normalizeToken(String token) {
        checkArgument(TOKEN_MATCHER.matchesAllOf(token));
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 02 01:46:40 GMT 2025
    - 48K bytes
    - Click Count (0)
Back to Top