Home
last modified time | relevance | path

Searched refs:hasProfile (Results 1 – 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java89 if (CamcorderProfile.hasProfile(cameraId, quality)) { in getDefaultVideoQuality()
458 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P)) { in getSupportedVideoQuality()
461 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P)) { in getSupportedVideoQuality()
464 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P)) { in getSupportedVideoQuality()
/packages/apps/Camera/src/com/android/camera/
DCameraSettings.java98 if (CamcorderProfile.hasProfile( in getDefaultVideoQuality()
551 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P)) { in getFineResolutionQuality()
554 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P)) { in getFineResolutionQuality()
557 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P)) { in getFineResolutionQuality()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java181 mUserProfileExists = getAdapter().hasProfile(); in setProfileHeader()
/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsUtil.java358 && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) { in getNextSupportedVideoQualityIndex()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java381 public boolean hasProfile() { in hasProfile() method in ContactEntryListAdapter
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java764 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) { in readVideoPreferences()