Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 61) sorted by relevance

123

/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
DUpdateCountryService.java32 public static void updateCountry(Context context, Location location) { in updateCountry()
46 final Location location = (Location) intent.getParcelableExtra(KEY_INTENT_LOCATION); in onHandleIntent() local
69 private String getCountryFromLocation(Context context, Location location) { in getCountryFromLocation()
/packages/apps/Camera2/src/com/android/camera/util/
DExifUtil.java59 Optional<Location> location) { in populateExif()
79 public void addLocationToExif(Location location) { in addLocationToExif()
/packages/apps/Gallery/src/com/android/camera/
DReverseGeocoderTask.java32 public void onComplete(String location); in onComplete()
71 protected void onPostExecute(String location) { in onPostExecute()
DImageManager.java201 Location location, String directory, String filename, in addImage()
282 DataLocation location = param.mLocation; in makeImageList() local
400 public static ImageListParam getImageListParam(DataLocation location, in getImageListParam()
423 DataLocation location, int inclusion, int sort, String bucketId) { in makeImageList()
/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSessionFactory.java35 long sessionStartMillis, Location location); in createNewSession()
DStackSaverFactory.java52 public StackSaver create(String mTitle, Location location) { in create()
DCaptureSessionFactoryImpl.java43 Location location) { in createNewSession()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentSessionFactory.java33 Location location) { in createNewSession()
DCaptureIntentSession.java68 public CaptureIntentSession(String title, Location location, in CaptureIntentSession()
88 public void setLocation(Location location) { in setLocation()
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java50 final String location = "Location"; field in CalendarAppWidgetServiceTest
176 private Object[] getRow(int allDay, long begin, long end, String title, String location, in getRow()
/packages/apps/Camera2/src/com/android/camera/
DStorage.java92 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage()
121 Location location, int orientation, ExifInterface exif, byte[] data, int width, in addImage()
150 Location location, int orientation, long jpegLength, String path, int width, int height, in addImageToMediaStore()
173 long date, Location location, int orientation, long jpegLength, in getContentValuesForData()
270 Location location, int orientation, ExifInterface exif, in updateImage()
396 long date, Location location, int orientation, int jpegLength, in updateImage()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java74 String location = cursor.getString(AlertActivity.INDEX_EVENT_LOCATION); in bindView() local
82 public static void updateView(Context context, View view, String eventName, String location, in updateView()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DInstallPackageTask.java219 public String location; field in InstallPackageTask.InstallInfo
222 public InstallInfo(String packageName, String location) { in InstallInfo()
DDownloadPackageTask.java134 String location = c.getString( in createDownloadReceiver() local
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
DExchangeAttachment.java25 public String location; field in ExchangeAttachment
/packages/apps/Camera/src/com/android/camera/
DStorage.java80 long date, Location location, int orientation, byte[] jpeg, in addImage()
91 long date, Location location, int orientation, int jpegLength, in addImage()
/packages/apps/Camera2/src/com/android/camera/data/
DVideoItemData.java34 Location location, long videoDurationMillis) { in VideoItemData()
DLocation.java71 Location location = (Location) o; in equals() local
DVideoDataFactory.java71 Location location = Location.from(latitude, longitude); in fromCursor() local
DPhotoDataFactory.java68 Location location = Location.from(latitude, longitude); in fromCursor() local
DFilmstripItemData.java59 Location location) { in FilmstripItemData()
276 public Builder withLocation(Location location) { in withLocation()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolderWatcher.java111 final int location = insertAtNextEmptyLocation(uri); in startWatching() local
128 int location = -1; in insertAtNextEmptyLocation() local
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskCompressImageToJpeg.java406 Optional<Location> location = Optional.fromNullable(mSession.getLocation()); in createExif() local
410 Optional.<CaptureResultProxy>of(totalCaptureResultProxyFuture.get()), location); in createExif() local
/packages/apps/Camera2/src/com/android/camera/one/
DOneCamera.java273 public final Location location; field in OneCamera.CaptureParameters
278 public CaptureParameters(String title, int orientation, Location location, File in CaptureParameters()
339 public PhotoCaptureParameters(String title, int orientation, Location location, File in PhotoCaptureParameters()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DSwappedDataInputStream.java140 int location = offset + ( length - remaining ); in readFully() local

123