/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/ |
H A D | ContactsPreferenceActivity.java | 203 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 D | DisplayOptionsPreferenceFragment.java | 264 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 D | CamcorderProfile.java | 631 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 D | ArtStatsLogUtils.java | 234 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 D | CameraSettings.java | 89 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 D | Camera2RecordingTest.java | 286 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 D | Camera2SwitchPreviewTest.java | 326 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 D | MediaRecorderStressTest.java | 183 CamcorderProfile.hasProfile(CAMERA_ID, profile)); in recordVideoAndPlayback()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | MandatoryStreamCombination.java | 1679 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 D | camera_device_info.mako | 14 // Supported profiles from CamcorderProfile.hasProfile
|
H A D | camera_device_info.proto | 14 // Supported profiles from CamcorderProfile.hasProfile
|
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/ |
H A D | SettingsUtil.java | 338 && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) { in getNextSupportedVideoQualityIndex()
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | MediaTranscodingManager.java | 1018 if (!CamcorderProfile.hasProfile(cameraId, quality)) { in getAVCBitrate()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | VideoModule.java | 762 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) { in readVideoPreferences()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 21055 method public static boolean hasProfile(int); 21056 method public static boolean hasProfile(int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 14291 method public static boolean hasProfile(int); 14292 method public static boolean hasProfile(int, int);
|