Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutBitmapSaver.java30 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;
262 final FileOutputStreamWithPath out = mService.openIconFileForWrite( in processPendingItems()
DShortcutService.java1303 static class FileOutputStreamWithPath extends FileOutputStream { class in ShortcutService
1306 public FileOutputStreamWithPath(File file) throws FileNotFoundException { in FileOutputStreamWithPath() method in ShortcutService.FileOutputStreamWithPath
1321 FileOutputStreamWithPath openIconFileForWrite(@UserIdInt int userId, ShortcutInfo shortcut) in openIconFileForWrite()
1341 return new FileOutputStreamWithPath(file); in openIconFileForWrite()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java94 import com.android.server.pm.ShortcutService.FileOutputStreamWithPath;
901 final FileOutputStreamWithPath out = in openIconFileForWriteAndGetPath()
/frameworks/base/services/
Dprofile-classes4928 Lcom/android/server/pm/ShortcutService$FileOutputStreamWithPath;