Searched refs:supportedType (Results 1 – 6 of 6) sorted by relevance
246 for (int supportedType : mCapabilities.supportedMediaTypes) { in getMediaType()247 if (supportedType == MEDIA_TYPE_AUTO) { in getMediaType()252 && supportedType > mediaType) { in getMediaType()254 mediaType = supportedType; in getMediaType()
113 for (String supportedType : supportedTypes) { in getMediaSoftwareCodecInfoInternal()114 if (supportedType.equalsIgnoreCase(mimeType)) { in getMediaSoftwareCodecInfoInternal()116 info.getCapabilitiesForType(supportedType); in getMediaSoftwareCodecInfoInternal()
50 for (int supportedType : hdrTypes) { in hdrTypesAsString()52 switch (supportedType) { in hdrTypesAsString()
170 public int supportedType; field in RttManager.Capabilities189 public boolean supportedType; field in RttManager.RttCapabilities
2010 public void onTaskLaunching(int taskId, int supportedType, int color) { in onTaskLaunching() argument2013 transitionManager.mTaskStartParams.put(taskId, Pair.create(supportedType, color)); in onTaskLaunching()
238 field @Deprecated public int supportedType;286 field @Deprecated public boolean supportedType;