/packages/apps/ContactsCommon/src/com/android/contacts/common/location/ |
D | UpdateCountryService.java | 32 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/ |
D | ExifUtil.java | 59 Optional<Location> location) { in populateExif() 79 public void addLocationToExif(Location location) { in addLocationToExif()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ReverseGeocoderTask.java | 32 public void onComplete(String location); in onComplete() 71 protected void onPostExecute(String location) { in onPostExecute()
|
D | ImageManager.java | 201 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/ |
D | Storage.java | 92 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/tests/src/com/android/calendar/widget/ |
D | CalendarAppWidgetServiceTest.java | 50 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/session/ |
D | CaptureSessionFactory.java | 35 long sessionStartMillis, Location location); in createNewSession()
|
D | StackSaverFactory.java | 52 public StackSaver create(String mTitle, Location location) { in create()
|
D | CaptureSessionFactoryImpl.java | 43 Location location) { in createNewSession()
|
D | CaptureSessionImpl.java | 108 long sessionStartMillis, Location location, TemporarySessionFile temporarySessionFile, in CaptureSessionImpl() 139 public void setLocation(Location location) { in setLocation()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertAdapter.java | 74 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/Camera2/src/com/android/camera/captureintent/ |
D | CaptureIntentSessionFactory.java | 33 Location location) { in createNewSession()
|
D | CaptureIntentSession.java | 68 public CaptureIntentSession(String title, Location location, in CaptureIntentSession() 88 public void setLocation(Location location) { in setLocation()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | InstallPackageTask.java | 223 public String location; field in InstallPackageTask.InstallInfo 226 public InstallInfo(String packageName, String location) { in InstallInfo()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
D | PackageDownloadInfo.java | 60 public final String location; field in PackageDownloadInfo 152 public Builder setLocation(String location) { in setLocation()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/ |
D | ExchangeAttachment.java | 25 public String location; field in ExchangeAttachment
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | FolderWatcher.java | 111 final int location = insertAtNextEmptyLocation(uri); in startWatching() local 128 int location = -1; in insertAtNextEmptyLocation() local
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | VideoItemData.java | 34 Location location, long videoDurationMillis) { in VideoItemData()
|
D | Location.java | 71 Location location = (Location) o; in equals() local
|
D | VideoDataFactory.java | 71 Location location = Location.from(latitude, longitude); in fromCursor() local
|
D | PhotoDataFactory.java | 68 Location location = Location.from(latitude, longitude); in fromCursor() local
|
D | FilmstripItemData.java | 59 Location location) { in FilmstripItemData() 276 public Builder withLocation(Location location) { in withLocation()
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | TaskCompressImageToJpeg.java | 406 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/ |
D | OneCamera.java | 273 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/ |
D | SwappedDataInputStream.java | 140 int location = offset + ( length - remaining ); in readFully() local
|