Searched refs:PROFILES (Results 1 – 1 of 1) sorted by relevance
1269 final int PROFILES[] = new int[] { in updateCamcorderProfile() local1314 for (int i = 0; i < PROFILES.length; i++) { in updateCamcorderProfile()1315 if (CamcorderProfile.hasProfile(cameraId, PROFILES[i])) { in updateCamcorderProfile()1317 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i])); in updateCamcorderProfile()