Searched refs:supportedMediaTypes (Results 1 – 8 of 8) sorted by relevance
67 private void initFragment(final int supportedMediaTypes, final Integer[] expectedLoaderIds, in initFragment() argument81 fragment.setSupportedMediaTypes(supportedMediaTypes); in initFragment()85 fragment.setSupportedMediaTypes(supportedMediaTypes); in initFragment()
49 public int[] supportedMediaTypes; field in LocalPrinterCapabilities125 + " supportedMediaTypes=" + Arrays.toString(supportedMediaTypes) in toString()
75 media_type_t supportedMediaTypes[MAX_MEDIA_TYPES_SUPPORTED]; member
662 Vector<AString> supportedMediaTypes; in dumpCodecDetails() local663 info->getSupportedMediaTypes(&supportedMediaTypes); in dumpCodecDetails()664 if (!supportedMediaTypes.size()) { in dumpCodecDetails()668 for (const AString &mediaType : supportedMediaTypes) { in dumpCodecDetails()
229 for (int supportedType : mCapabilities.supportedMediaTypes) { in getMediaType()
288 Vector<AString> supportedMediaTypes; in dumpCodecDetails() local289 info->getSupportedMediaTypes(&supportedMediaTypes); in dumpCodecDetails()290 if (!supportedMediaTypes.size()) { in dumpCodecDetails()295 for (const AString &mediaType : supportedMediaTypes) { in dumpCodecDetails()
873 if (capabilities->supportedMediaTypes[index] == mediaType) return; in addMediaType()878 capabilities->supportedMediaTypes[capabilities->numSupportedMediaTypes++] = mediaType; in addMediaType()
662 intArrayPtr[index] = (int) wprintPrinterCaps->supportedMediaTypes[index]; in _convertPrinterCaps_to_Java()