Searched refs:processingMethod (Results 1 – 4 of 4) sorted by relevance
74 public final String processingMethod; field in CameraSettings.GpsData85 String processingMethod) { in GpsData() argument86 if (processingMethod == null && in GpsData()94 this.processingMethod = processingMethod; in GpsData()103 this.processingMethod = src.processingMethod; in GpsData()
527 if (mGpsData == null || mGpsData.processingMethod == null) { in updateRequestGpsData()533 Location location = new Location(mGpsData.processingMethod); in updateRequestGpsData()
716 if (gpsData.processingMethod != null) { in applySettingsToParameters()723 parameters.setGpsProcessingMethod(gpsData.processingMethod); in applySettingsToParameters()
879 String processingMethod = get(CaptureResult.JPEG_GPS_PROCESSING_METHOD); in getGpsLocation() local883 if (areValuesAllNull(processingMethod, coords, timeStamp)) { in getGpsLocation()887 Location l = new Location(translateProcessToLocationProvider(processingMethod)); in getGpsLocation()