HomeSort by relevance Sort by last modified time
    Searched refs:fromFile (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 35 public static GestureLibrary fromFile(String path) {
36 return fromFile(new File(path));
39 public static GestureLibrary fromFile(File path) {
44 return fromFile(context.getFileStreamPath(name));
  /packages/apps/Camera/tests/src/com/android/camera/functional/
VideoCaptureIntentTest.java 96 Uri uri = Uri.fromFile(mFile);
151 Uri uri = Uri.fromFile(mFile);
173 Uri uri = Uri.fromFile(mFile);
195 Uri uri = Uri.fromFile(mFile);
207 uri = Uri.fromFile(mFile2);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
VideoCaptureIntentTest.java 103 Uri uri = Uri.fromFile(mFile);
158 Uri uri = Uri.fromFile(mFile);
180 Uri uri = Uri.fromFile(mFile);
202 Uri uri = Uri.fromFile(mFile);
214 uri = Uri.fromFile(mFile2);
  /frameworks/base/services/java/com/android/server/
EntropyMixer.java 99 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
107 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);
RandomBlock.java 41 static RandomBlock fromFile(String filename) throws IOException {
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
AttachmentUtilitiesTests.java 112 Uri.fromFile(new File("a.png")));
116 Uri.fromFile(new File("/a/b/c/d.png")));
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 257 final Uri croppedPhotoUri = Uri.fromFile(new File(croppedPhotoPath));
268 final Uri inputPhotoUri = Uri.fromFile(new File(inputPhotoPath));
269 final Uri croppedPhotoUri = Uri.fromFile(new File(croppedPhotoPath));
282 intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File(newPhotoPath)));
  /system/extras/bugmailer/src/com/android/commands/sendbug/
SendBug.java 64 final Uri bugreportUri = Uri.fromFile(bugreport);
69 ? Uri.fromFile(screenShot) : null;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 85 Uri uri = Uri.fromFile(getFileStreamPath("shared.png"));
  /frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
EffectsVideoCapture.java 73 Uri uri = Uri.fromFile(file);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestController.java 79 WebStorage.getInstance().setQuotaForOrigin(Uri.fromFile(new File("")).toString(),
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
A3DSelector.java 105 resultIntent.setData(Uri.fromFile(selectedFile));
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FileSelector.java 105 resultIntent.setData(Uri.fromFile(selectedFile));
  /development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java 98 intent.setData(Uri.fromFile(prepareApk("HelloActivity.apk")));
106 intent.setData(Uri.fromFile(prepareApk("HelloActivity.apk")));
118 intent.setData(Uri.fromFile(prepareApk("HelloActivity.apk")));
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 160 Uri localUri = Uri.fromFile(existentFile);
198 Uri localUri = Uri.fromFile(downloadedFile);
229 Uri localUri = Uri.fromFile(downloadedFile);
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 72 public void setFromFile(boolean fromFile) {
73 mFromFile = fromFile;
76 public boolean fromFile() {
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 73 public void setFromFile(boolean fromFile) {
74 mFromFile = fromFile;
77 public boolean fromFile() {
  /cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java 162 requestUri.setDestinationUri(Uri.fromFile(uriLocation));
213 requestNoExt.setDestinationUri(Uri.fromFile(noExtLocation));
217 requestWrongExt.setDestinationUri(Uri.fromFile(wrongExtLocation));
367 assertEquals(Uri.fromFile(location).toString(),
  /frameworks/base/tools/preload/
PrintCsv.java 40 Root root = Root.fromFile(args[0]);
WritePreloadedClassFile.java 49 Root root = Root.fromFile(rootFile);
PrintHtmlDiff.java 36 Root root = Root.fromFile(args[0]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 80 result = Uri.fromFile(cameraFile);
251 cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File(mCameraFilePath)));
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 113 intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(file));
141 intent.setDataAndType(Uri.fromFile(file), "vnd.android/bugreport");
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestApp.java 286 Uri localUri = Uri.fromFile(downloadedFile);
360 Uri localUri = Uri.fromFile(downloadedFile);
430 Uri localUri = Uri.fromFile(downloadedFile);

Completed in 1367 milliseconds

1 2 3