Searched refs:fromFile (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java35 public static GestureLibrary fromFile(String path) { method in class:GestureLibraries
36 return fromFile(new File(path));
39 public static GestureLibrary fromFile(File path) { method in class:GestureLibraries
44 return fromFile(context.getFileStreamPath(name));
/frameworks/base/services/java/com/android/server/
H A DEntropyMixer.java112 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
123 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);
H A DRandomBlock.java41 static RandomBlock fromFile(String filename) throws IOException { method in class:RandomBlock
H A DBackupManagerService.java3891 Uri packageUri = Uri.fromFile(apkFile);
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
H A DEffectsVideoCapture.java73 Uri uri = Uri.fromFile(file);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DA3DSelector.java105 resultIntent.setData(Uri.fromFile(selectedFile));
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFileSelector.java105 resultIntent.setData(Uri.fromFile(selectedFile));
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java160 Uri localUri = Uri.fromFile(existentFile);
198 Uri localUri = Uri.fromFile(downloadedFile);
229 Uri localUri = Uri.fromFile(downloadedFile);
/frameworks/base/tools/preload/
H A DPrintCsv.java40 Root root = Root.fromFile(args[0]);
H A DWritePreloadedClassFile.java49 Root root = Root.fromFile(rootFile);
H A DPrintHtmlDiff.java36 Root root = Root.fromFile(args[0]);
H A DRoot.java151 static Root fromFile(String fileName) method in class:Root
H A DMemoryUsage.java289 Root root = Root.fromFile(args[0]);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java286 Uri localUri = Uri.fromFile(downloadedFile);
360 Uri localUri = Uri.fromFile(downloadedFile);
430 Uri localUri = Uri.fromFile(downloadedFile);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java550 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
1053 return Uri.fromFile(new File(path));
1331 return Uri.fromFile(new File(localPath)).toString();
/frameworks/base/core/java/android/net/
H A DUri.java442 public static Uri fromFile(File file) { method in class:Uri
2318 return Uri.fromFile(new File(
2324 return Uri.fromFile(new File(canonicalPath));
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java117 Uri.fromFile(null);
261 Uri uri = Uri.fromFile(f);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java302 return Uri.fromFile(outFile);
583 this.packageURI = Uri.fromFile(new File(pkg.mScanPath));
587 this.packageURI = Uri.fromFile(new File(pkg.mScanPath));
3393 invokeInstallPackageFail(Uri.fromFile(invalidFile), 0, retCode);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java937 apkURI = Uri.fromFile(new File(apkFilePath));
947 verificationURI = Uri.fromFile(new File(verificationFilePath));
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java7663 return Uri.fromFile(mTempPackage);
7695 Uri packageUri = Uri.fromFile(new File(srcArgs.getCodePath()));

Completed in 2349 milliseconds