Searched refs:FileOutputStreamWithPath (Results 1 – 4 of 4) sorted by relevance
30 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;262 final FileOutputStreamWithPath out = mService.openIconFileForWrite( in processPendingItems()
1303 static class FileOutputStreamWithPath extends FileOutputStream { class in ShortcutService1306 public FileOutputStreamWithPath(File file) throws FileNotFoundException { in FileOutputStreamWithPath() method in ShortcutService.FileOutputStreamWithPath1321 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut) in openIconFileForWrite()1341 return new FileOutputStreamWithPath(file); in openIconFileForWrite()
94 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;901 final FileOutputStreamWithPath out = in openIconFileForWriteAndGetPath()
4928 Lcom/android/server/pm/ShortcutService$FileOutputStreamWithPath;