Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectEntryContactListAdapter.java120 view.setClickable((position == 0 && hasProfile() || !isLocalDirectory) in bindCheckBox()
124 if (position == 0 && hasProfile() || !mDisplayCheckBoxes || !isLocalDirectory) { in bindCheckBox()
DMultiSelectContactsListFragment.java148 && (position > 0 || !getAdapter().hasProfile()))) { in onItemLongClick()
DDefaultContactBrowseListFragment.java182 mUserProfileExists = getAdapter().hasProfile(); in setProfileHeader()
/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/Camera2/src/com/android/camera/settings/
DSettingsUtil.java338 && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) { in getNextSupportedVideoQualityIndex()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java386 public boolean hasProfile() { in hasProfile() method in ContactEntryListAdapter
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java765 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) { in readVideoPreferences()