Searched refs:hasProfile (Results 1 – 7 of 7) sorted by relevance
120 view.setClickable((position == 0 && hasProfile() || !isLocalDirectory) in bindCheckBox()124 if (position == 0 && hasProfile() || !mDisplayCheckBoxes || !isLocalDirectory) { in bindCheckBox()
148 && (position > 0 || !getAdapter().hasProfile()))) { in onItemLongClick()
182 mUserProfileExists = getAdapter().hasProfile(); in setProfileHeader()
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()
338 && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) { in getNextSupportedVideoQualityIndex()
386 public boolean hasProfile() { in hasProfile() method in ContactEntryListAdapter
765 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) { in readVideoPreferences()