HomeSort by relevance Sort by last modified time
    Searched refs:hasProfile (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/mediastress/src/android/mediastress/cts/
VideoPlayerCapability.java 28 if (!CamcorderProfile.hasProfile(quality)) {
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 225 * {@link #hasProfile(int, int)}.
274 public static boolean hasProfile(int quality) {
280 return hasProfile(i, quality);
292 public static boolean hasProfile(int cameraId, int quality) {
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 89 if (CamcorderProfile.hasProfile(cameraId, quality)) {
465 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P)) {
468 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P)) {
471 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P)) {
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 163 if ((cameraId != -1 && CamcorderProfile.hasProfile(cameraId, quality)) ||
164 (cameraId == -1 && CamcorderProfile.hasProfile(quality))) {
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 224 mUserProfileExists = getAdapter().hasProfile();
ContactEntryListAdapter.java 306 public boolean hasProfile() {
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 432 hasProfile: function(profile)
675 if (!this.hasProfile(profileHeaders[i]))
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 538 milliseconds