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

  /packages/apps/Contacts/src/com/android/contacts/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 121 final Uri uri = request.destUri;
204 Log.i(LOG_TAG, "Successfully finished exporting vCard " + request.destUri);
207 Log.d(LOG_TAG, "Ask MediaScanner to scan the file: " + request.destUri.getPath());
209 mService.updateMediaScanner(request.destUri.getPath());
278 mExportRequest.destUri.getLastPathSegment());
VCardService.java 189 final String path = request.destUri.getEncodedPath();
250 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath();
362 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath();
ImportVCardActivity.java 460 Uri destUri = null;
463 destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString());
491 return destUri;
    [all...]
NotificationImportExportListener.java 162 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))
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
EchoWebSocketsTest.java 65 String destUri = "ws://localhost:9191";
75 URI echoUri = new URI(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 173 milliseconds