Searched defs:FileOutputStreamWithPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1264 static class FileOutputStreamWithPath extends FileOutputStream { class in class:ShortcutService
1267 public FileOutputStreamWithPath(File file) throws FileNotFoundException { method in class:ShortcutService.FileOutputStreamWithPath
1283 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut)
1303 return new FileOutputStreamWithPath(file);
1349 final FileOutputStreamWithPath out = openIconFileForWrite(userId, shortcut);

Completed in 39 milliseconds