Searched refs:EXTRA_VIDEO_QUALITY (Results 1 – 6 of 6) sorted by relevance
139 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // use low quality to speed up in testExtraSizeLimit()182 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // low quality194 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); // high quality
155 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // use low quality to speed up in testExtraSizeLimit()198 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // low quality210 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); // high quality
727 if (intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in readVideoPreferences()729 intent.getIntExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); in readVideoPreferences()752 if (!intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in readVideoPreferences()1496 if (intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in filterPreferenceScreenByIntent()
740 if (intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in readVideoPreferences()742 intent.getIntExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); in readVideoPreferences()
759 public final static String EXTRA_VIDEO_QUALITY = "android.intent.extra.videoQuality"; field in MediaStore
162 field public static final String EXTRA_VIDEO_QUALITY = "android.intent.extra.videoQuality";