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

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

Completed in 262 milliseconds