OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newStreamNotNull
(Results
1 - 3
of
3
) sorted by null
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
InputStreamProvider.java
38
return
newStreamNotNull
();
47
public abstract InputStream
newStreamNotNull
() throws IOException;
108
is =
newStreamNotNull
();
226
is =
newStreamNotNull
();
239
public InputStream
newStreamNotNull
() throws IOException {
248
public InputStream
newStreamNotNull
() {
257
public InputStream
newStreamNotNull
() {
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
FileWallpaperInfo.java
63
is = isp.
newStreamNotNull
();
/packages/apps/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java
243
InputStream is = mStreamProvider.
newStreamNotNull
();
248
is = mStreamProvider.
newStreamNotNull
();
267
InputStream is = mStreamProvider.
newStreamNotNull
();
Completed in 154 milliseconds