Home
last modified time | relevance | path

Searched refs:FileOutputStreamWithPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutBitmapSaver.java32 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;
272 final FileOutputStreamWithPath out = mService.openIconFileForWrite( in processPendingItems()
DShortcutService.java1350 static class FileOutputStreamWithPath extends FileOutputStream { class in ShortcutService
1353 public FileOutputStreamWithPath(File file) throws FileNotFoundException { in FileOutputStreamWithPath() method in ShortcutService.FileOutputStreamWithPath
1368 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut) in openIconFileForWrite()
1388 return new FileOutputStreamWithPath(file); in openIconFileForWrite()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java102 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;
941 final FileOutputStreamWithPath out = in openIconFileForWriteAndGetPath()