Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutBitmapSaver.java31 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;
273 final FileOutputStreamWithPath out = mService.openIconFileForWrite( in processPendingItems()
H A DShortcutService.java1470 static class FileOutputStreamWithPath extends FileOutputStream { class in ShortcutService
1473 public FileOutputStreamWithPath(File file) throws FileNotFoundException { in FileOutputStreamWithPath() method in ShortcutService.FileOutputStreamWithPath
1488 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut) in openIconFileForWrite()
1508 return new FileOutputStreamWithPath(file); in openIconFileForWrite()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java110 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;
1172 final FileOutputStreamWithPath out = in openIconFileForWriteAndGetPath()