HomeSort by relevance Sort by last modified time
    Searched full:desturi (Results 1 - 7 of 7) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportRequest.java 21 public final Uri destUri;
27 public ExportRequest(Uri destUri) {
28 this(destUri, null);
31 public ExportRequest(Uri destUri, String exportType) {
32 this.destUri = destUri;
ExportProcessor.java 109 final Uri uri = request.destUri;
192 Log.i(LOG_TAG, "Successfully finished exporting vCard " + request.destUri);
195 Log.d(LOG_TAG, "Ask MediaScanner to scan the file: " + request.destUri.getPath());
197 mService.updateMediaScanner(request.destUri.getPath());
250 mExportRequest.destUri.getLastPathSegment());
VCardService.java 193 final String path = request.destUri.getEncodedPath();
251 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath();
363 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath();
ImportVCardActivity.java 263 Log.w(LOG_TAG, "destUri is null");
347 Uri destUri = null;
350 destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString());
382 return destUri;
NotificationImportExportListener.java 161 request.destUri);
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 177 String desturi = handler.getNamespaceURIFromPrefix(prefix); local
178 // String desturi = getURI(prefix);
181 if (!srcURI.equalsIgnoreCase(desturi))
190 // Brian M. - some changes here to get desturi
191 String desturi = handler.getNamespaceURIFromPrefix(prefix); local
194 if (!srcURI.equalsIgnoreCase(desturi))
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 321 private void startBitmapIO(int flags, Bitmap currentBitmap, Uri sourceUri, Uri destUri,
339 BitmapIOTask ioTask = new BitmapIOTask(sourceUri, destUri, format, flags, cropBounds,
384 public BitmapIOTask(Uri sourceUri, Uri destUri, String outputFormat, int flags,
389 mOutUri = destUri;

Completed in 672 milliseconds