Searched refs:FileOutputStreamWithPath (Results 1 – 4 of 4) sorted by relevance
32 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;272 final FileOutputStreamWithPath out = mService.openIconFileForWrite( in processPendingItems()
1358 static class FileOutputStreamWithPath extends FileOutputStream { class in ShortcutService1361 public FileOutputStreamWithPath(File file) throws FileNotFoundException { in FileOutputStreamWithPath() method in ShortcutService.FileOutputStreamWithPath1376 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut) in openIconFileForWrite()1396 return new FileOutputStreamWithPath(file); in openIconFileForWrite()
105 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;952 final FileOutputStreamWithPath out = in openIconFileForWriteAndGetPath()
11537 PLcom/android/server/pm/ShortcutService$FileOutputStreamWithPath;->getFile()Ljava/io/File;11660 …ILandroid/content/pm/ShortcutInfo;)Lcom/android/server/pm/ShortcutService$FileOutputStreamWithPath;