Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferenceActivity.java203 boolean hasProfile = false; in onProfileLoaded()
208 hasProfile = cursor.getInt(ProfileQuery.CONTACT_IS_USER_PROFILE) == 1; in onProfileLoaded()
213 if (hasProfile && TextUtils.isEmpty(displayName)) { in onProfileLoaded()
218 fragment.updateMyInfoPreference(hasProfile, displayName, contactId, displayNameSource); in onProfileLoaded()
H A DDisplayOptionsPreferenceFragment.java264 public void updateMyInfoPreference(boolean hasProfile, String displayName, long contactId, in updateMyInfoPreference() argument
266 final CharSequence summary = !hasProfile ? in updateMyInfoPreference()
272 mHasProfile = hasProfile; in updateMyInfoPreference()
/aosp12/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java631 public static boolean hasProfile(int quality) { in hasProfile() method in CamcorderProfile
637 return hasProfile(i, quality); in hasProfile()
671 public static boolean hasProfile(int cameraId, int quality) { in hasProfile() method in CamcorderProfile
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtStatsLogUtils.java234 boolean hasProfile = findFileName(jarFile, PROFILE_DEX_METADATA); in getDexMetadataType()
236 if (hasProfile && hasVdex) { in getDexMetadataType()
239 } else if (hasProfile) { in getDexMetadataType()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A 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()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java286 if (CamcorderProfile.hasProfile(quality)) { in getFpsFromHighSpeedProfileForSize()
388 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingTestByCamera()
461 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize()
520 return !CamcorderProfile.hasProfile(cameraId, profileId) || in allowedUnsupported()
547 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in videoSnapshotTestByCamera()
H A DCamera2SwitchPreviewTest.java326 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { in initSupportedVideoSize()
346 if (!CamcorderProfile.hasProfile(cameraId, profileId) || in basicRecordingPreviewTestByCamera()
445 return !CamcorderProfile.hasProfile(cameraId, profileId) || in allowedUnsupported()
H A DMediaRecorderStressTest.java183 CamcorderProfile.hasProfile(CAMERA_ID, profile)); in recordVideoAndPlayback()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java1679 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_2160P) ? in getMaxRecordingSize()
1681 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P) ? in getMaxRecordingSize()
1683 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P) ? in getMaxRecordingSize()
1685 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P) ? in getMaxRecordingSize()
1687 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QVGA) ? in getMaxRecordingSize()
1689 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_CIF) ? in getMaxRecordingSize()
1691 CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_QCIF) ? in getMaxRecordingSize()
/aosp12/system/media/camera/docs/
H A Dcamera_device_info.mako14 // Supported profiles from CamcorderProfile.hasProfile
H A Dcamera_device_info.proto14 // Supported profiles from CamcorderProfile.hasProfile
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUtil.java338 && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) { in getNextSupportedVideoQualityIndex()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaTranscodingManager.java1018 if (!CamcorderProfile.hasProfile(cameraId, quality)) { in getAVCBitrate()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java762 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) { in readVideoPreferences()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt21055 method public static boolean hasProfile(int);
21056 method public static boolean hasProfile(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt14291 method public static boolean hasProfile(int);
14292 method public static boolean hasProfile(int, int);