Searched refs:hasProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java343 * {@link #hasProfile(int, int)}.
410 * {@link #hasProfile} may return {@code true} for unsupported resolutions. To ensure a
424 public static boolean hasProfile(int quality) { method in class:CamcorderProfile
430 return hasProfile(i, quality);
445 * {@link #hasProfile} may return {@code true} for unsupported resolutions. To ensure a
460 public static boolean hasProfile(int cameraId, int quality) { method in class:CamcorderProfile
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java183 CamcorderProfile.hasProfile(CAMERA_ID, profile));

Completed in 52 milliseconds