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