Searched refs:fromFile (Results 1 - 13 of 13) 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 DEntropyService.java99 RandomBlock.fromFile(entropyFile).toFile(randomDevice);
107 RandomBlock.fromFile(randomDevice).toFile(entropyFile);
H A DRandomBlock.java41 static RandomBlock fromFile(String filename) throws IOException { method in class:RandomBlock
H A DPackageManagerService.java5001 Uri packageUri = Uri.fromFile(new File(srcArgs.getCodePath()));
/frameworks/base/tools/preload/
H A DPrintCsv.java40 Root root = Root.fromFile(args[0]);
H A DWritePreloadedClassFile.java44 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/coretests/src/android/net/
H A DUriTest.java116 Uri.fromFile(null);
260 Uri uri = Uri.fromFile(f);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java256 return Uri.fromFile(outFile);
405 this.packageURI = Uri.fromFile(new File(pkg.mScanPath));
408 this.packageURI = Uri.fromFile(new File(pkg.mScanPath));
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java678 mPm.installPackage(Uri.fromFile(new File(apkFilePath)), obs, installFlags,
/frameworks/base/core/java/android/net/
H A DUri.java395 public static Uri fromFile(File file) { method in class:Uri

Completed in 2515 milliseconds