Searched refs:EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT (Results 1 – 5 of 5) sorted by relevance
439 bundle.putBoolean(MediaStore.EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT, true); in testExtraAcceptOriginalFormatTrue_ContentResolver()459 bundle.putBoolean(MediaStore.EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT, false); in testExtraAcceptOriginalFormatFalse_ContentResolver()551 bundle.putBoolean(MediaStore.EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT, true); in testExtraAcceptOriginalTrueAndMediaCapabilitiesHevcFalse_ContentResolver()
127 bundle.putBoolean(MediaStore.EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT, true); in testDoesNotTranscodeIfAppAcceptsOriginalFormat()
633 if (bundle.getBoolean(MediaStore.EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT, false)) { in doesAppNeedTranscoding()
34 …field public static final String EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT = "android.provider.extra.ACCE…
661 public final static String EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT = field in MediaStore